This is preliminary documentation and is subject to change.

ExtendedDateTimeCompareTo(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

IComparableTCompareTo(T)

See Also