The Open
D
Programming Language
Learn
Language
Library
Contribute
Blog
YearMonth.quarter
mir
date
YearMonth
struct
YearMonth
@
safe
pure nothrow @
nogc
@
property
Quarter
quarter
(
)
Examples
assert
(
YearMonth
(
1999
,
Month
.
jan
).
quarter
==
1
);
Meta
Source
See Implementation
mir
date
YearMonth
aliases
opBinaryRight
opCast
constructors
this
functions
add
addMonths
addQuarters
addYears
endOfMonth
lengthOfMonth
opBinary
opCmp
opOpAssign
quarter
timestamp
toHash
toISOExtString
trustedWithDayOfMonth
properties
dayOfYear
daysInMonth
isAD
isLeapYear