Click or drag to resize

TimeSpanExtensionsMin Method

Returns the smaller of two time spans.

Namespace: Altaxo
Assembly: AltaxoBase (in AltaxoBase.dll) Version: 4.8.3572.0 (4.8.3572.0)
Syntax
C#
public static TimeSpan Min(
	TimeSpan x,
	TimeSpan y
)

Parameters

x  TimeSpan
The first time span.
y  TimeSpan
The second time span.

Return Value

TimeSpan
The smaller time span.
See Also