Click or drag to resize

JulianDate.ToDateTime Method

Converts this JulianDate to a DateTime with a default time standard of CoordinatedUniversalTime (UTC).

Namespace:  AGI.Foundation.Time
Assembly:  AGI.Foundation.Core (in AGI.Foundation.Core.dll) Version: 25.1.421.0 (25.1.421.0)
Syntax
public DateTime ToDateTime()

Return Value

Type: DateTime
The DateTime.
See Also