CalendarDay typedef

CalendarDay = (int, int, int)

Implementation

typedef CalendarDay = (int year, int month, int day);