Click or drag to resize

TimeSpanExtensionsMax Method

[Missing <summary> documentation for "M:Altaxo.TimeSpanExtensions.Max(System.TimeSpan,System.TimeSpan)"]


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

Parameters

x  TimeSpan

[Missing <param name="x"/> documentation for "M:Altaxo.TimeSpanExtensions.Max(System.TimeSpan,System.TimeSpan)"]

y  TimeSpan

[Missing <param name="y"/> documentation for "M:Altaxo.TimeSpanExtensions.Max(System.TimeSpan,System.TimeSpan)"]

Return Value

TimeSpan

[Missing <returns> documentation for "M:Altaxo.TimeSpanExtensions.Max(System.TimeSpan,System.TimeSpan)"]

See Also