Compares the current date with another.
Namespace: Austra.Library.DatesAssembly: Austra.Library (in Austra.Library.dll) Version: 2.8.0+e1037fa8802b3ff162e26559d763b73334940b70
Syntaxpublic int CompareTo(
Date other
)
Parameters
- other Date
- A date to compare with this instance.
Return Value
Int32A value that indicates the relative order of the dates.
Implements
IComparableTCompareTo(T)
See Also