Compares the current DateTimeOffset object to a specified DateTimeOffset object and indicates whether the current object is earlier than, the same as, or later than the second DateTimeOffset object.
| C# | Visual Basic |
public int CompareTo( DateTimeOffset other )
Public Function CompareTo ( _ other As DateTimeOffset _ ) As Integer
- other (DateTimeOffset)
[Missing <param name="other"/> documentation for "M:InTheHand.DateTimeOffset.CompareTo(InTheHand.DateTimeOffset)"]
[Missing <returns> documentation for "M:InTheHand.DateTimeOffset.CompareTo(InTheHand.DateTimeOffset)"]