this
- this(short year, Month month, ubyte day)
- this(Date date)
- this(YearMonth yearMonth, AssumePeriod assumePeriod)
- this(YearQuarter yearQuarter, AssumePeriod assumePeriodMonth, AssumePeriod assumePeriodDay)
- this(Timestamp timestamp)
- this(Timestamp timestamp)
- this(const(char)[] str)
- this(YearMonthDay ymd)
- this(YearQuarter yq, AssumePeriod assumePeriodMonth, AssumePeriod assumePeriodDay)
- this(YearQuarter yq, AssumePeriod assumePeriod)
- this(YearMonth ym, AssumePeriod assumePeriod)
- this(int _year, int _month, int _day)
version(D_Exceptions)
@
safe pure @
nogc @
safe pure @
nogc this
- this(int day)
mir date
aliasesclassesconstructorsenumsfunctionspropertiesstatic functionsstructsvariables
Constructs a date from short year, Month, ubyte day; another Date; YearMonth with period assumption; or YearQuarter with period assumptions for month and day.