System::TimeSpan::operator<= メソッド
コンテンツ
[
隠れる
]TimeSpan::operator<=(std::nullptr_t) const method
bool System::TimeSpan::operator<=(std::nullptr_t) const
参照
- Class TimeSpan
- Namespace System
- Library Aspose.Page for C++
TimeSpan::operator<=(TimeSpan) const method
現在のオブジェクトが表す時間間隔が、指定されたオブジェクトが表す時間間隔以下(短いまたは等しい)かどうかを判定します。
bool System::TimeSpan::operator<=(TimeSpan value) const
| パラメーター | 型 | 説明 |
|---|---|---|
| value | TimeSpan | 現在のオブジェクトと比較するための TimeSpan オブジェクトです |
ReturnValue
現在のオブジェクトが表す時間間隔が value が表す時間間隔以下(短いまたは等しい)場合は true、そうでなければ false。
参照
- Class TimeSpan
- Class TimeSpan
- Namespace System
- Library Aspose.Page for C++
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
参照
- Class TimeSpan
- Namespace System
- Library Aspose.Page for C++
TimeSpan::operator>=(TimeSpan) const method
現在のオブジェクトが表す時間間隔が、指定されたオブジェクトが表す時間間隔以上であるかどうかを判断します。
bool System::TimeSpan::operator>=(TimeSpan value) const
| パラメーター | 型 | 説明 |
|---|---|---|
| value | TimeSpan | 現在のオブジェクトと比較するための TimeSpan オブジェクトです |
ReturnValue
現在のオブジェクトが表す時間間隔が value が表す時間間隔以上(長いまたは等しい)場合は true、そうでなければ false。
参照
- Class TimeSpan
- Class TimeSpan
- Namespace System
- Library Aspose.Page for C++