TimeSpanExtensionsFromSecondsAccurate Method |
Constructs a TimeSpan from the provided seconds exactly (without rounding to milliseconds).
Namespace: AltaxoAssembly: AltaxoBase (in AltaxoBase.dll) Version: 4.8.3179.0 (4.8.3179.0)
Syntax 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