Click or drag to resize

StartOfMonthCompareTo Method

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

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

Parameters

comparisonStartOfMonth  StartOfMonth
The StartOfMonth to be compared.

Return Value

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

Implements

IComparableTCompareTo(T)
See Also