JulianDate Constructor |
Name | Description | |
---|---|---|
JulianDate(DateTime) |
Initializes a JulianDate from a DateTime.
The time standard will be Coordinated Universal Time (UTC).
| |
JulianDate(Double) |
Initializes a JulianDate from a double expressing the complete astronomical Julian Date.
The time standard will be International Atomic Time (TAI).
| |
JulianDate(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.
| |
JulianDate(DateTime, TimeStandard) |
Initializes a JulianDate from a DateTime and specified time standard.
| |
JulianDate(Double, TimeStandard) |
Initializes a JulianDate from a double expressing the complete astronomical Julian Date.
| |
JulianDate(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).
| |
JulianDate(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).
| |
JulianDate(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.
|