Click or drag to resize

JulianDateToGregorianDate Method

Converts this JulianDate to a GregorianDate 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 GregorianDate ToGregorianDate()

Return Value

Type: GregorianDate
The GregorianDate.
Exceptions
ExceptionCondition
ArgumentOutOfRangeExceptionThrown if this date is earlier than 1 AD, which cannot be represented by GregorianDate.
See Also