mir-algorithm — Libmir Archive
← Libmir Archive
Dlang.org
YearMonth.endOfMonth
mir
date
YearMonth
struct
YearMonth
const nothrow @
property
@
nogc
@
safe
pure
Date
endOfMonth
(
)
Examples
assert
(
YearMonth
(
2000
,
Month
.
dec
).
endOfMonth
==
Date
(
2000
,
Month
.
dec
,
31
));
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