Click or drag to resize

TimeSpanExtensionsFromSecondsAccurate Method

Constructs a TimeSpan from the provided seconds exactly (without rounding to milliseconds).

Namespace: Altaxo
Assembly: AltaxoBase (in AltaxoBase.dll) Version: 4.8.3179.0 (4.8.3179.0)
Syntax
C#
public static TimeSpan FromSecondsAccurate(
	double seconds
)

Parameters

seconds  Double
The seconds.

Return Value

TimeSpan

[Missing <returns> documentation for "M:Altaxo.TimeSpanExtensions.FromSecondsAccurate(System.Double)"]

See Also