JulianDateToGregorianDate Method |
Namespace:
AGI.Foundation.Time
Assembly:
AGI.Foundation.Core (in AGI.Foundation.Core.dll) Version: 25.2.423.0 (25.2.423.0)
Syntaxpublic GregorianDate ToGregorianDate()
Public Function ToGregorianDate As GregorianDate
public:
GregorianDate ToGregorianDate()
member ToGregorianDate : unit -> GregorianDate
Return Value
Type:
GregorianDateThe
GregorianDate.
Exceptions| Exception | Condition |
|---|
| ArgumentOutOfRangeException |
Thrown when this date is earlier than 1 AD or later than 9999 AD, which cannot be represented by GregorianDate.
|
See Also