calendarDate property

LocalDate calendarDate

Gets the local date represented by this zoned date and time.

The returned LocalDate will have the same calendar system and return the same values for each of the date-based calendar properties (Year, MonthOfYear and so on), but will not be associated with any particular time zone.

Implementation

LocalDate get calendarDate => _offsetDateTime.calendarDate;