The Open
D
Programming Language
Learn
Language
Library
Contribute
Blog
YearQuarter.this
mir
date
YearQuarter
this
(short year, Quarter quarter)
this
(short year, Month month)
this
(Date date)
this
(YearMonthDay yearMonthDay)
this
(YearMonth yearMonth)
struct
YearQuarter
@
safe
pure nothrow @
nogc
this
(
YearMonth
yearMonth
)
this
(Timestamp timestamp)
Examples
auto
yq
=
YearQuarter
(
YearMonth
(
2000
,
Month
.
dec
));
Meta
Source
See Implementation
mir
date
YearQuarter
aliases
opBinaryRight
opCast
constructors
this
functions
add
addQuarters
addYears
opBinary
opOpAssign
timestamp
properties
day
dayOfQuarter
dayOfYear
daysInMonth
isAD
isLeapYear
month