System::DateTimeOffset::operator<= method

DateTimeOffset::operator<=(const DateTimeOffset&) const method

Determines if the current object represents the date and time value that is earlier than or the same as the value represented by the specified DateTimeOffset object.

bool System::DateTimeOffset::operator<=(const DateTimeOffset &other) const
ParameterTypeDescription
otherconst DateTimeOffset&The DateTimeOffset object to compare the current object with

ReturnValue

True if the date and time value represented by the current object is earlier than or the same as the value represented by other, otherwise - false

See Also

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

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

See Also


title: System::DateTimeOffset::operator>= method linktitle: operator>= second_title: Aspose.PUB for C++ description: ‘System::DateTimeOffset::operator>= method. Determines if the current object represents the date and time value that is later than or the same as the value represented by the specified DateTimeOffset object in C++.’ type: docs weight: 4000 url: /cpp/system/datetimeoffset/operator_=/

DateTimeOffset::operator>=(const DateTimeOffset&) const method

Determines if the current object represents the date and time value that is later than or the same as the value represented by the specified DateTimeOffset object.

bool System::DateTimeOffset::operator>=(const DateTimeOffset &other) const
ParameterTypeDescription
otherconst DateTimeOffset&The DateTimeOffset object to compare the current object with

ReturnValue

True if the date and time value represented by the current object is later than or the same as the value represented by other, otherwise - false

See Also

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

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

See Also