Click or drag to resize

JulianDateToDateTime Method

Converts this JulianDate to a .NET standard DateTime with a default time standard of Coordinated Universal Time.

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

Return Value

Type: DateTime
The DateTime.
See Also