System::TimeSpan::CompareTo メソッド
コンテンツ
[
隠れる
]TimeSpan::CompareTo(const SharedPtr<Object>&) const method
現在のオブジェクトと指定されたオブジェクトを比較します。
int System::TimeSpan::CompareTo(const SharedPtr<Object> &obj) const
| パラメーター | 型 | 説明 |
|---|---|---|
| obj | const SharedPtr<Object>& | 現在のオブジェクトと比較するための TimeSpan オブジェクトです |
ReturnValue
-1 if the current object represents the interval that is shorter than value; 0 if the current object represents the interval that is equal to value; 1 if the current object represents the interval that is longer than value
参照
- Typedef SharedPtr
- Class Object
- Class TimeSpan
- Namespace System
- Library Aspose.Page for C++
TimeSpan::CompareTo(TimeSpan) const method
現在のオブジェクトと指定されたオブジェクトを比較します。
int System::TimeSpan::CompareTo(TimeSpan value) const
| パラメーター | 型 | 説明 |
|---|---|---|
| value | TimeSpan | 現在のオブジェクトと比較するための TimeSpan オブジェクトです |
ReturnValue
-1 if the current object represents the interval that is shorter than value; 0 if the current object represents the interval that is equal to value; 1 if the current object represents the interval that is longer than value
参照
- Class TimeSpan
- Class TimeSpan
- Namespace System
- Library Aspose.Page for C++