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