System::DateTimeOffset::operator- method
Contents
[
Hide
]DateTimeOffset::operator-(const DateTimeOffset&) const method
Returns an instance of TimeSpan class that represents the time interval between the date and time values represented by the current and the specified objects.
TimeSpan System::DateTimeOffset::operator-(const DateTimeOffset &other) const
Parameter | Type | Description |
---|---|---|
other | const DateTimeOffset& | An instance of DateTime class that marks one end of the interval to be calculated |
ReturnValue
An instance of TimeSpan class representing the time interval between the date and time values represented by the current object and other.
See Also
- Class TimeSpan
- Class DateTimeOffset
- Class DateTimeOffset
- Namespace System
- Library Aspose.TeX for C++
DateTimeOffset::operator-(TimeSpan) const method
Returns a new instance of the DateTimeOffset class representing the date and time value which is the result of subtraction of the specified time span from the value represented by the current object.
DateTimeOffset System::DateTimeOffset::operator-(TimeSpan value) const
Parameter | Type | Description |
---|---|---|
value | TimeSpan | A time interval to subtract |
ReturnValue
A new instance of the DateTimeOffset class representing the date and time value which is the result of subtraction of value from the value represented by the current object.
See Also
- Class DateTimeOffset
- Class TimeSpan
- Class DateTimeOffset
- Namespace System
- Library Aspose.TeX for C++