operator>()
TimeSpan::operator>(TimeSpan) const method
Determines if the time interval represented by the current object is longer than the time interval represented by the specified object.
constexpr bool System::TimeSpan::operator>(TimeSpan value) const
Arguments
Parameter | Type | Description |
---|---|---|
value | TimeSpan | The TimeSpan object to compare the current object with |
Return Value
True if the time interval represented by the current object is longer than the time interval represented by value, otherwise - false
TimeSpan::operator>(std::nullptr_t) const method
constexpr bool System::TimeSpan::operator>(std::nullptr_t) const
See Also
- Class TimeSpan
- Namespace System
- Library Aspose.Slides