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: 25.1.421.0 (25.1.421.0)
Syntax
public GregorianDate(
	JulianDate julianDate,
	TimeStandard timeStandard
)

Parameters

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