System::TimeSpan::operator<= メソッド

TimeSpan::operator<=(std::nullptr_t) const method

bool System::TimeSpan::operator<=(std::nullptr_t) const

参照

TimeSpan::operator<=(TimeSpan) const method

現在のオブジェクトが表す時間間隔が、指定されたオブジェクトが表す時間間隔以下(短いまたは等しい)かどうかを判定します。

bool System::TimeSpan::operator<=(TimeSpan value) const
パラメーター説明
valueTimeSpan現在のオブジェクトと比較するための TimeSpan オブジェクトです

ReturnValue

現在のオブジェクトが表す時間間隔が value が表す時間間隔以下(短いまたは等しい)場合は true、そうでなければ false。

参照


title: System::TimeSpan::operator>= メソッド linktitle: operator>= second_title: Aspose.Page for C++ description: ‘C++ で System::TimeSpan クラスの operator>= メソッドを使用する方法。’ type: docs weight: 3200 url: /cpp/system/timespan/operator_=/

TimeSpan::operator>=(std::nullptr_t) const method

bool System::TimeSpan::operator>=(std::nullptr_t) const

参照

TimeSpan::operator>=(TimeSpan) const method

現在のオブジェクトが表す時間間隔が、指定されたオブジェクトが表す時間間隔以上であるかどうかを判断します。

bool System::TimeSpan::operator>=(TimeSpan value) const
パラメーター説明
valueTimeSpan現在のオブジェクトと比較するための TimeSpan オブジェクトです

ReturnValue

現在のオブジェクトが表す時間間隔が value が表す時間間隔以上(長いまたは等しい)場合は true、そうでなければ false。

参照