specialDays property

List<GoogleMapsPlacesV1PlaceOpeningHoursSpecialDay>? specialDays
getter/setter pair

Structured information for special days that fall within the period that the returned opening hours cover.

Special days are days that could impact the business hours of a place, e.g. Christmas day. Set for current_opening_hours and current_secondary_opening_hours if there are exceptional hours.

Implementation

core.List<GoogleMapsPlacesV1PlaceOpeningHoursSpecialDay>? specialDays;