GregorianDate Constructor |
Name | Description | |
---|---|---|
GregorianDate(DateTime) |
Initializes a GregorianDate from the provided
DateTime. If the provided DateTime is in local
time, it is converted to UTC.
| |
GregorianDate(JulianDate) |
Initializes a GregorianDate from the provided
JulianDate. The new GregorianDate will be in the
CoordinatedUniversalTime (UTC) time standard.
| |
GregorianDate(Int32, Double) |
Initializes a GregorianDate from the provided values. The
fractional portion of the daysOfYear will be converted into
hours, minutes, and seconds.
| |
GregorianDate(JulianDate, TimeStandard) |
Initializes a GregorianDate from the provided
JulianDate. The new GregorianDate will be in the
provided TimeStandard.
| |
GregorianDate(Int32, Int32, Int32) |
Initializes a GregorianDate from the provided values. The
remaining values are assumed to be zero.
| |
GregorianDate(Int32, Int32, Int32, Int32, Double) |
Initializes a GregorianDate from the provided values.
| |
GregorianDate(Int32, Int32, Int32, Int32, Int32, Double) |
Initializes a GregorianDate from the provided values.
|