19#ifndef MTCORE_CALENDARS_HPP
20#define MTCORE_CALENDARS_HPP
GregorianMonth Month
Default month (uses Gregorian calendar).
GregorianDateTimeZoned DateTimeZoned
Default zoned date time (uses Gregorian calendar).
calendars::CalDateTimeZoned< calendars::systems::Egyptian > EgyptianDateTimeZoned
Zoned date time using the Egyptian calendar system.
calendars::systems::Egyptian::Month EgyptianDateMonth
Month using the Egyptian calendar system.
calendars::CalDateTime< calendars::systems::Egyptian > EgyptianDateTime
Date time using the Egyptian calendar system.
calendars::CalDate< calendars::systems::Egyptian > EgyptianDate
Date using the Egyptian calendar system.
calendars::CalDateTime< calendars::systems::Gregorian > GregorianDateTime
Date time using the Gregorian calendar system.
GregorianDate Date
Default date (uses Gregorian calendar).
calendars::CalDateTimeZoned< calendars::systems::Gregorian > GregorianDateTimeZoned
Zoned date time using the Gregorian calendar system.
calendars::CalDate< calendars::systems::Gregorian > GregorianDate
Date using the Gregorian calendar system.
calendars::systems::Gregorian::Month GregorianMonth
Month using the Gregorian calendar system.
GregorianDateTime DateTime
Default date time (uses Gregorian calendar).
Core library for C++ with Zig-related functionality.
Wrapper for a date with a time component and timezone.
Wrapper for a date with a time component.
Represents a date without a time component.