System::DateTime::operator< method

DateTime::operator<(DateTime) const method

Determines if the current object represents the date and time value that is earlier than the value represented by the specified DateTime object.

bool System::DateTime::operator<(DateTime other) const
ParameterTypeDescription
otherDateTimeThe DateTime object to compare the current object with

ReturnValue

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

See Also

DateTime::operator<(std::nullptr_t) const method

bool System::DateTime::operator<(std::nullptr_t) const

See Also


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

DateTime::operator>(DateTime) const method

Determines if the current object represents the date and time value that is later than the value represented by the specified DateTime object.

bool System::DateTime::operator>(DateTime other) const
ParameterTypeDescription
otherDateTimeThe DateTime object to compare the current object with

ReturnValue

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

See Also

DateTime::operator>(std::nullptr_t) const method

bool System::DateTime::operator>(std::nullptr_t) const

See Also