This is preliminary documentation and is subject to change.

ExtendedDateTime.CompareTo(ExtendedDateTime) Method

Compares to another ExtendedDateTime object

Definition

Namespace: MoreDateTime
Assembly: MoreDateTime (in MoreDateTime.dll) Version: 1.3.0
C#
public int CompareTo(
	ExtendedDateTime? other
)

Parameters

other  ExtendedDateTime
The other.

Return Value

Int32
An int.

Implements

IComparable<T>.CompareTo(T)

See Also