System::DateTimeOffset::CompareTo メソッド
コンテンツ
[
隠れる
]DateTimeOffset::CompareTo(const DateTimeOffset&) const method
2 つの DateTimeOffset オブジェクトを比較します。
int System::DateTimeOffset::CompareTo(const DateTimeOffset &other) const
| パラメーター | 型 | 説明 |
|---|---|---|
| other | const DateTimeOffset& | 比較対象の Object。 |
ReturnValue
-1 - if current object is earlier than other, 1 - if current object is later than other, 0 - if current object is equal to other.
参照
- Class DateTimeOffset
- Class DateTimeOffset
- Namespace System
- Library Aspose.Page for C++
DateTimeOffset::CompareTo(const SharedPtr<Object>&) const method
2 つの DateTimeOffset オブジェクトを比較します。
int System::DateTimeOffset::CompareTo(const SharedPtr<Object> &obj) const
| パラメーター | 型 | 説明 |
|---|---|---|
| obj | const SharedPtr<Object>& | 比較対象の Object。 |
ReturnValue
-1 - if current object is earlier than obj, 1 - if current object is later than obj, 0 - if current object is equal to obj.
参照
- Typedef SharedPtr
- Class Object
- Class DateTimeOffset
- Namespace System
- Library Aspose.Page for C++