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>= 次标题: Aspose.Font for C++ description: ‘System::DateTime::operator>= 方法。确定当前对象表示的日期和时间值是否晚于或等于指定的 DateTime 对象表示的值(C++)。’ 类型: 文档 weight: 4100 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

另见