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