Click or drag to resize

GregorianDate.ToJulianDate Method

Overload List
  NameDescription
Public methodToJulianDate()
Convert this GregorianDate to a JulianDate. The time standard will be CoordinatedUniversalTime (UTC), unless this GregorianDate represents the instant of a leap second, in which case the JulianDate will be in InternationalAtomicTime (TAI).
Public methodToJulianDate(TimeStandard)
Convert this GregorianDate to a JulianDate. The GregorianDate is assumed to specify a time in the specified TimeStandard.
Top
See Also