| StartOfYearCompareTo Method | 
            Compares this StartOfYear with the specified comparison
            StartOfYear for chronological order.
            
Namespace: DegreeDays.TimeAssembly: DegreeDays (in DegreeDays.dll) Version: 1.4
 Syntax
Syntaxpublic int CompareTo(
	StartOfYear comparisonStartOfYear
)
Public Function CompareTo ( 
	comparisonStartOfYear As StartOfYear
) As Integer
Parameters
- comparisonStartOfYear  StartOfYear
- The StartOfYear to be
                   compared.
Return Value
Int32A 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
See Also