System::DateTimeOffset::operator< method
Contents
[
Hide
]DateTimeOffset::operator<(const DateTimeOffset&) const method
Determines if the current object represents the date and time value that is earlier than the value represented by the specified DateTimeOffset object.
bool System::DateTimeOffset::operator<(const DateTimeOffset &other) const
Parameter | Type | Description |
---|---|---|
other | const 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 the value represented by other, otherwise - false
See Also
- Class DateTimeOffset
- Class DateTimeOffset
- Namespace System
- Library Aspose.Page for C++
DateTimeOffset::operator<(std::nullptr_t) const method
bool System::DateTimeOffset::operator<(std::nullptr_t) const
See Also
- Class DateTimeOffset
- Namespace System
- Library Aspose.Page for C++
title: System::DateTimeOffset::operator> method linktitle: operator> second_title: Aspose.Page for C++ description: ‘System::DateTimeOffset::operator> method. Determines if the current object represents the date and time value that is later than the value represented by the specified DateTimeOffset object in C++.’ type: docs weight: 3900 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 the value represented by the specified DateTimeOffset object.
bool System::DateTimeOffset::operator>(const DateTimeOffset &other) const
Parameter | Type | Description |
---|---|---|
other | const 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 the value represented by other, otherwise - false
See Also
- Class DateTimeOffset
- Class DateTimeOffset
- Namespace System
- Library Aspose.Page for C++
DateTimeOffset::operator>(std::nullptr_t) const method
bool System::DateTimeOffset::operator>(std::nullptr_t) const
See Also
- Class DateTimeOffset
- Namespace System
- Library Aspose.Page for C++