TimeSpanExtensionsMin Method |
Returns the smaller of two time spans.
Namespace: AltaxoAssembly: AltaxoBase (in AltaxoBase.dll) Version: 4.8.3572.0 (4.8.3572.0)
Syntaxpublic static TimeSpan Min(
TimeSpan x,
TimeSpan y
)
Parameters
- x TimeSpan
- The first time span.
- y TimeSpan
- The second time span.
Return Value
TimeSpanThe smaller time span.
See Also