Click or drag to resize

StartOfYearCompareTo Method

Compares this StartOfYear with the specified comparison StartOfYear for chronological order.

Namespace: DegreeDays.Time
Assembly: DegreeDays (in DegreeDays.dll) Version: 1.4
Syntax
public int CompareTo(
	StartOfYear comparisonStartOfYear
)

Parameters

comparisonStartOfYear  StartOfYear
The StartOfYear to be compared.

Return Value

Int32
A negative integer if this StartOfYear is before comparisonStartOfYear; zero if this StartOfYear is equal to comparisonStartOfYear; or a positive integer if this StartOfYear is after comparisonStartOfYear.

Implements

IComparableTCompareTo(T)
See Also