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.Font for C++
DateTimeOffset::operator<=(std::nullptr_t) const method
bool System::DateTimeOffset::operator<=(std::nullptr_t) const
另见
- Class DateTimeOffset
- Namespace System
- Library Aspose.Font for C++
title: System::DateTimeOffset::operator>= 方法 链接标题: operator>= 次标题: Aspose.Font for C++ description: ‘System::DateTimeOffset::operator>= 方法。确定当前对象表示的日期和时间值是否晚于或等于指定 DateTimeOffset 对象在 C++ 中表示的值。’ 类型: 文档 weight: 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.Font for C++
DateTimeOffset::operator>=(std::nullptr_t) const method
bool System::DateTimeOffset::operator>=(std::nullptr_t) const
另见
- Class DateTimeOffset
- Namespace System
- Library Aspose.Font for C++