ISO month value ("01" to "12").
"01"
"12"
const month01: ISOMonth = "01";const month06: ISOMonth = "06";const month12: ISOMonth = "12";
ISO month value (
"01"
to"12"
).Example