System::DateTime::operator< メソッド
コンテンツ
[
隠れる
]DateTime::operator<(DateTime) const method
現在のオブジェクトが、指定された DateTime オブジェクトが表す値よりも早い日付と時刻の値を表しているかどうかを判断します。
bool System::DateTime::operator<(DateTime other) const
| パラメーター | 型 | 説明 |
|---|---|---|
| other | DateTime | 現在のオブジェクトと比較するための DateTime オブジェクト |
ReturnValue
現在のオブジェクトが表す日時が other が表す値よりも早い場合は true、そうでなければ false
参照
- Class DateTime
- Class DateTime
- Namespace System
- Library Aspose.Page for C++
DateTime::operator<(std::nullptr_t) const method
bool System::DateTime::operator<(std::nullptr_t) const
参照
- Class DateTime
- Namespace System
- Library Aspose.Page for C++
title: System::DateTime::operator> メソッド リンクタイトル: operator> second_title: Aspose.Page for C++ description: ‘System::DateTime::operator> メソッド。現在のオブジェクトが、指定された DateTime オブジェクトが表す値よりも後の日時の値を表しているかどうかを判断します(C++)。’ type: docs 重み: 4000 url: /cpp/system/datetime/operator_/
DateTime::operator>(DateTime) const method
現在のオブジェクトが、指定された DateTime オブジェクトが表す値よりも後の日時の値を表しているかどうかを判断します。
bool System::DateTime::operator>(DateTime other) const
| パラメーター | 型 | 説明 |
|---|---|---|
| other | DateTime | 現在のオブジェクトと比較するための DateTime オブジェクト |
ReturnValue
現在のオブジェクトが表す日時が other が表す値よりも後である場合は true、そうでなければ false
参照
- Class DateTime
- Class DateTime
- Namespace System
- Library Aspose.Page for C++
DateTime::operator>(std::nullptr_t) const method
bool System::DateTime::operator>(std::nullptr_t) const
参照
- Class DateTime
- Namespace System
- Library Aspose.Page for C++