mir-algorithm — Libmir Archive
← Libmir Archive
Dlang.org
YearMonth.toISOExtString
mir
date
YearMonth
struct
YearMonth
const scope
void
toISOExtString
(
W
)
(
scope
ref
W
w
)
if
(
isOutputRange
!(
W
,
char
)
)
Examples
auto
ym
=
YearMonth
(
1999
,
Month
.
jan
);
assert
(
ym
.
toISOExtString
==
"1999-01"
);
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