Compares two DateTimeOffset objects and indicates whether the first is earlier than the second, equal to the second, or later than the second.
| C# | Visual Basic |
public static int Compare( DateTimeOffset first, DateTimeOffset second )
Public Shared Function Compare ( _ first As DateTimeOffset, _ second As DateTimeOffset _ ) As Integer
- first (DateTimeOffset)
[Missing <param name="first"/> documentation for "M:InTheHand.DateTimeOffset.Compare(InTheHand.DateTimeOffset,InTheHand.DateTimeOffset)"]
- second (DateTimeOffset)
[Missing <param name="second"/> documentation for "M:InTheHand.DateTimeOffset.Compare(InTheHand.DateTimeOffset,InTheHand.DateTimeOffset)"]
[Missing <returns> documentation for "M:InTheHand.DateTimeOffset.Compare(InTheHand.DateTimeOffset,InTheHand.DateTimeOffset)"]