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