compareTo Method (DateTimeOffset)
Compares this DateTimeOffset object to another DateTimeOffset object based on the time at GMT.
Syntax
public int compareTo(DateTimeOffset other)
Parameters
A DateTimeOffset value that you want to compare to the current instance.
Return Value
The following table describes the return value of this method:
Return value | Description |
---|---|
0 | Both DateTimeOffset objects represent the same point in time. |
negative number | This DateTimeOffset object represents a point in time that is before other. |
positive number | This DateTimeOffset object represents a point in time that is after other. |
Remarks
When two DateTimeOffset objects have the same time at GMT, there is no additional ordering of the objects based on the offset.