regularOpeningHours property
The regular hours of operation.
Note that if a place is always open (24 hours), the close field will not
be set. Clients can rely on always open (24 hours) being represented as an
[open](https://developers.google.com/maps/documentation/places/web-service/reference/rest/v1/places#Period)
period containing
[day](https://developers.google.com/maps/documentation/places/web-service/reference/rest/v1/places#Point)
with value 0,
[hour](https://developers.google.com/maps/documentation/places/web-service/reference/rest/v1/places#Point)
with value 0, and
[minute](https://developers.google.com/maps/documentation/places/web-service/reference/rest/v1/places#Point)
with value 0.
Implementation
GoogleMapsPlacesV1PlaceOpeningHours? regularOpeningHours;