OriginAnyParserDoubleToPosixTime Method |
Converts a Julian-date based Origin timestamp to a
DateTime.
Namespace: Altaxo.Serialization.OriginAssembly: AltaxoCore (in AltaxoCore.dll) Version: 4.8.3572.0 (4.8.3572.0)
Syntaxpublic static DateTime DoubleToPosixTime(
double jdt
)
Parameters
- jdt Double
- The timestamp value.
Return Value
DateTimeThe converted date and time.
See Also