UtilMin Method

Minimum of span 1 and span 2

Definition

Namespace: DHI.Mike1D.Generic
Assembly: DHI.Mike1D.Generic (in DHI.Mike1D.Generic.dll) Version: 24.0.0.0 (11.1.1.1111)
C#
public static TimeSpan Min(
	TimeSpan span1,
	TimeSpan span2
)

Parameters

span1  TimeSpan

[Missing <param name="span1"/> documentation for "M:DHI.Mike1D.Generic.Util.Min(System.TimeSpan,System.TimeSpan)"]

span2  TimeSpan

[Missing <param name="span2"/> documentation for "M:DHI.Mike1D.Generic.Util.Min(System.TimeSpan,System.TimeSpan)"]

Return Value

TimeSpan

[Missing <returns> documentation for "M:DHI.Mike1D.Generic.Util.Min(System.TimeSpan,System.TimeSpan)"]

See Also