Click or drag to resize

GregorianDate Constructor (JulianDate, TimeStandard)

Initializes a GregorianDate from the provided JulianDate. The new GregorianDate will be in the provided TimeStandard.

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(
	JulianDate julianDate,
	TimeStandard timeStandard
)

Parameters

julianDate
Type: AGI.Foundation.TimeJulianDate
The JulianDate.
timeStandard
Type: AGI.Foundation.TimeTimeStandard
The TimeStandard to represent the new GregorianDate in.
See Also