Click or drag to resize

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

Parameters

timeStandard
Type: AGI.Foundation.Time.TimeStandard
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