Click or drag to resize

JulianDate.ToGregorianDate Method (TimeStandard)

Converts this JulianDate to a GregorianDate expressed in the specified time standard.

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(
	TimeStandard standard
)

Parameters

standard
Type: AGI.Foundation.Time.TimeStandard
The time standard in which to express the returned GregorianDate.

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