Click or drag to resize

JulianDate Constructor

Overload List
  NameDescription
Public methodJulianDate(DateTime)
Initializes a JulianDate from a DateTime. The time standard will be Coordinated Universal Time (UTC).
Public methodJulianDate(Double)
Initializes a JulianDate from a double expressing the complete astronomical Julian Date. The time standard will be International Atomic Time (TAI).
Public methodJulianDate(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.
Public methodJulianDate(DateTime, TimeStandard)
Initializes a JulianDate from a DateTime and specified time standard.
Public methodJulianDate(Double, TimeStandard)
Initializes a JulianDate from a double expressing the complete astronomical Julian Date.
Public methodJulianDate(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).
Public methodJulianDate(Int32, Double)
Initializes a JulianDate from the provided values. The values will be normalized so that the SecondsOfDay property is less than the length of a day. The time standard will be International Atomic Time (TAI).
Public methodJulianDate(Int32, Double, TimeStandard)
Initializes a JulianDate from the provided values. The values will be normalized so that the SecondsOfDay property is less than the length of the day.
Top
See Also