System::DateTime::operator< method
Contents
[
Hide
]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
Parameter | Type | Description |
---|---|---|
other | DateTime | The 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
- Class DateTime
- Class DateTime
- Namespace System
- Library Aspose.PUB for C++
DateTime::operator<(std::nullptr_t) const method
bool System::DateTime::operator<(std::nullptr_t) const
See Also
- Class DateTime
- Namespace System
- Library Aspose.PUB for C++
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
Parameter | Type | Description |
---|---|---|
other | DateTime | The 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
- Class DateTime
- Class DateTime
- Namespace System
- Library Aspose.PUB for C++
DateTime::operator>(std::nullptr_t) const method
bool System::DateTime::operator>(std::nullptr_t) const
See Also
- Class DateTime
- Namespace System
- Library Aspose.PUB for C++