Click or drag to resize

CatchmentsSmallestTimeComparerCompare Method

[Missing <summary> documentation for "M:DHI.Mike1D.RainfallRunoffModule.Catchments.SmallestTimeComparer.Compare(System.DateTime,System.DateTime)"]

Namespace:  DHI.Mike1D.RainfallRunoffModule
Assembly:  DHI.Mike1D.RainfallRunoffModule (in DHI.Mike1D.RainfallRunoffModule.dll) Version: 19.0.0.0 (11.1.1.1111)
Syntax
public int Compare(
	DateTime x,
	DateTime y
)

Parameters

x
Type: SystemDateTime

[Missing <param name="x"/> documentation for "M:DHI.Mike1D.RainfallRunoffModule.Catchments.SmallestTimeComparer.Compare(System.DateTime,System.DateTime)"]

y
Type: SystemDateTime

[Missing <param name="y"/> documentation for "M:DHI.Mike1D.RainfallRunoffModule.Catchments.SmallestTimeComparer.Compare(System.DateTime,System.DateTime)"]

Return Value

Type: Int32

[Missing <returns> documentation for "M:DHI.Mike1D.RainfallRunoffModule.Catchments.SmallestTimeComparer.Compare(System.DateTime,System.DateTime)"]

Implements

IComparerTCompare(T, T)
See Also