System::DateTime::operator< メソッド

DateTime::operator<(DateTime) const method

現在のオブジェクトが、指定された DateTime オブジェクトが表す値よりも早い日付と時刻の値を表しているかどうかを判断します。

bool System::DateTime::operator<(DateTime other) const
パラメーター説明
otherDateTime現在のオブジェクトと比較するための DateTime オブジェクト

ReturnValue

現在のオブジェクトが表す日時が other が表す値よりも早い場合は true、そうでなければ false

参照

DateTime::operator<(std::nullptr_t) const method

bool System::DateTime::operator<(std::nullptr_t) const

参照


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
パラメーター説明
otherDateTime現在のオブジェクトと比較するための DateTime オブジェクト

ReturnValue

現在のオブジェクトが表す日時が other が表す値よりも後である場合は true、そうでなければ false

参照

DateTime::operator>(std::nullptr_t) const method

bool System::DateTime::operator>(std::nullptr_t) const

参照