Click or drag to resize

JulianDate Constructor (GregorianDate)

Initializes a JulianDate from a GregorianDate. The time standard will be CoordinatedUniversalTime (UTC), except when the gregorianDate represents time during a leap second. During a leap second, the JulianDate will be in the InternationalAtomicTime (TAI) standard.

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
)

Parameters

gregorianDate
Type: AGI.Foundation.TimeGregorianDate
The GregorianDate to use to specify the JulianDate.
See Also