The Open
D
Programming Language
Learn
Language
Library
Contribute
Blog
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"
);
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