Click or drag to resize

JulianDate.ToGregorianDate Method

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

Return Value

Type: GregorianDate
The GregorianDate.
Exceptions
ExceptionCondition
ArgumentOutOfRangeException Thrown when this date is earlier than 1 AD or later than 9999 AD, which cannot be represented by GregorianDate.
See Also