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

Arguments

ParameterTypeDescription
otherconst DateTimeOffset&The DateTimeOffset object to compare the current object with

Return Value

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

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

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

See Also