Click or drag to resize

DateCompareTo Method

Compares the current date with another.

Namespace: Austra.Library.Dates
Assembly: Austra.Library (in Austra.Library.dll) Version: 2.8.0+e1037fa8802b3ff162e26559d763b73334940b70
Syntax
C#
public int CompareTo(
	Date other
)

Parameters

other  Date
A date to compare with this instance.

Return Value

Int32
A value that indicates the relative order of the dates.

Implements

IComparableTCompareTo(T)
See Also