Click or drag to resize

OriginAnyParserDoubleToPosixTime Method

Converts a Julian-date based Origin timestamp to a DateTime.

Namespace: Altaxo.Serialization.Origin
Assembly: AltaxoCore (in AltaxoCore.dll) Version: 4.8.3572.0 (4.8.3572.0)
Syntax
C#
public static DateTime DoubleToPosixTime(
	double jdt
)

Parameters

jdt  Double
The timestamp value.

Return Value

DateTime
The converted date and time.
See Also