MT Core (C++)
Core library for replacing C++ standard in project usage
Loading...
Searching...
No Matches
mtcore_calendars.hpp File Reference
Include dependency graph for mtcore_calendars.hpp:
This graph shows which files directly or indirectly include this file:

Go to the source code of this file.

Namespaces

namespace  mtcore
 Core library for C++ with Zig-related functionality.
 

Typedefs

using mtcore::GregorianDate = calendars::CalDate<calendars::systems::Gregorian>
 Date using the Gregorian calendar system.
 
using mtcore::GregorianDateTime = calendars::CalDateTime<calendars::systems::Gregorian>
 Date time using the Gregorian calendar system.
 
using mtcore::GregorianDateTimeZoned = calendars::CalDateTimeZoned<calendars::systems::Gregorian>
 Zoned date time using the Gregorian calendar system.
 
using mtcore::GregorianMonth = calendars::systems::Gregorian::Month
 Month using the Gregorian calendar system.
 
using mtcore::EgyptianDate = calendars::CalDate<calendars::systems::Egyptian>
 Date using the Egyptian calendar system.
 
using mtcore::EgyptianDateTime = calendars::CalDateTime<calendars::systems::Egyptian>
 Date time using the Egyptian calendar system.
 
using mtcore::EgyptianDateTimeZoned = calendars::CalDateTimeZoned<calendars::systems::Egyptian>
 Zoned date time using the Egyptian calendar system.
 
using mtcore::EgyptianDateMonth = calendars::systems::Egyptian::Month
 Month using the Egyptian calendar system.
 
using mtcore::Date = GregorianDate
 Default date (uses Gregorian calendar).
 
using mtcore::DateTime = GregorianDateTime
 Default date time (uses Gregorian calendar).
 
using mtcore::DateTimeZoned = GregorianDateTimeZoned
 Default zoned date time (uses Gregorian calendar).
 
using mtcore::Month = GregorianMonth
 Default month (uses Gregorian calendar).