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

Parameters

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