struct CalendarDate

Defined at line 82 of file ../../third_party/cobalt/src/lib/util/datetime_util.h

A CalendarDate represents a day on the calendar using normal human-readable

indexing. Just as with day-index there is no well-defined mapping from an

instant of time to a CalendarDate because this depends on the timezone.

Public Members

uint32_t day_of_month
uint32_t month
uint32_t year

Public Methods

bool operator== (const CalendarDate & other)

Defined at line 92 of file ../../third_party/cobalt/src/lib/util/datetime_util.h