Skip to content

CalendarSystem

CalendarSystem is a structural type that appears in public signatures. It is not directly importable.

The set of calendar systems GMT’s calendar-conversion functions support. Extended by later Story Group E stories as they land — do not pre-declare identifiers for calendars not yet implemented.

type CalendarSystem =
| "gregorian"
| "hebrew"
| "islamic-civil"
| "islamic-tabular"
| "islamic-umalqura"
| "japanese"
| "buddhist"
| "taiwan"
| "persian"
| "indian"
| "ethiopic"
| "ethiopic-amete-alem"
| "coptic";

types/calendar-system.ts