Click or drag to resize

JulianDate Constructor (GregorianDate, TimeStandard)

Initializes a JulianDate from a GregorianDate where the GregorianDate is expressed in the given TimeStandard. If the date is during a leap second, the JulianDate will be expressed in InternationalAtomicTime (TAI).

Namespace:  AGI.Foundation.Time
Assembly:  AGI.Foundation.Core (in AGI.Foundation.Core.dll) Version: 24.1.418.0 (24.1.418.0)
Syntax
public JulianDate(
	GregorianDate gregorianDate,
	TimeStandard standard
)

Parameters

gregorianDate
Type: AGI.Foundation.TimeGregorianDate
The GregorianDate.
standard
Type: AGI.Foundation.TimeTimeStandard
The time standard in which the gregorianDate is expressed.
See Also