Click or drag to resize

GregorianDate Constructor

Overload List
  NameDescription
Public methodGregorianDate(DateTime)
Initializes a GregorianDate from the provided DateTime. If the provided DateTime is in local time, it is converted to UTC.
Public methodGregorianDate(JulianDate)
Initializes a GregorianDate from the provided JulianDate. The new GregorianDate will be in the CoordinatedUniversalTime (UTC) time standard.
Public methodGregorianDate(Int32, Double)
Initializes a GregorianDate from the provided values. The fractional portion of the daysOfYear will be converted into hours, minutes, and seconds.
Public methodGregorianDate(JulianDate, TimeStandard)
Initializes a GregorianDate from the provided JulianDate. The new GregorianDate will be in the provided TimeStandard.
Public methodGregorianDate(Int32, Int32, Int32)
Initializes a GregorianDate from the provided values. The remaining values are assumed to be zero.
Public methodGregorianDate(Int32, Int32, Int32, Int32, Double)
Initializes a GregorianDate from the provided values.
Public methodGregorianDate(Int32, Int32, Int32, Int32, Int32, Double)
Initializes a GregorianDate from the provided values.
Top
See Also