Click or drag to resize

GregorianDateToJulianDate Method (TimeStandard)

Convert this GregorianDate to a JulianDate. The GregorianDate is assumed to specify a time in the specified 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 JulianDate ToJulianDate(
	TimeStandard timeStandard
)

Parameters

timeStandard
Type: AGI.Foundation.TimeTimeStandard
The time standard in which this GregorianDate is expressed. The returned JulianDate will be expressed in this time standard as well, if possible.

Return Value

Type: JulianDate
A JulianDate representing this date.
See Also