Click or drag to resize

YearMonthDay Constructor

Overload List
  NameDescription
Public methodYearMonthDay(Int32)
Initializes a YearMonthDay in the Gregorian calendar from the provided astronomical Julian day number, assuming the beginning of the Julian day (noon).
Public methodYearMonthDay(JulianDate)
Initializes a new instance from a JulianDate.
Public methodYearMonthDay(Int32, Int32)
Initializes a YearMonthDay from the provided values.
Public methodYearMonthDay(Int32, Int32, Int32)
Initializes a YearMonthDay from the provided values.
Top
See Also