TimeSpanExtensionsFromSecondsAccurate Method |
Constructs a TimeSpan from the provided seconds exactly (without rounding to milliseconds).
Namespace: AltaxoAssembly: AltaxoBase (in AltaxoBase.dll) Version: 4.8.3572.0 (4.8.3572.0)
Syntaxpublic static TimeSpan FromSecondsAccurate(
double seconds
)
Parameters
- seconds Double
- The seconds.
Return Value
TimeSpanThe resulting
TimeSpan.
See Also