ExtendedDateTime.CompareTo(ExtendedDateTime) Method
Compares to another ExtendedDateTime object
Namespace: MoreDateTimeAssembly: MoreDateTime (in MoreDateTime.dll) Version: 1.3.0
public int CompareTo(
ExtendedDateTime? other
)
Dim instance As ExtendedDateTime
Dim other As ExtendedDateTime
Dim returnValue As Integer
returnValue = instance.CompareTo(other)
public:
virtual int CompareTo(
ExtendedDateTime^ other
) sealed
No code example is currently available or this language may not be supported.
- other ExtendedDateTime
- The other.
Int32An int.
IComparable<T>.CompareTo(T)