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.2.419.0 (24.2.419.0)
Syntax public DateTime ToDateTime()
Public Function ToDateTime As DateTime
public:
DateTime ToDateTime()
member ToDateTime : unit -> DateTime
Return Value
Type:
DateTimeThe
DateTime.
See Also