Class OpeningHours
- Namespace
- GoogleMapsApi.Entities.PlacesNew.Response
- Assembly
- GoogleMapsApi.dll
Opening-hours information for a place.
public sealed class OpeningHours
- Inheritance
-
OpeningHours
- Inherited Members
Properties
OpenNow
Whether the place is currently open.
[JsonPropertyName("openNow")]
public bool? OpenNow { get; set; }
Property Value
- bool?
Periods
The periods this place is open during the week.
[JsonPropertyName("periods")]
public List<OpeningHoursPeriod>? Periods { get; set; }
Property Value
WeekdayDescriptions
Localized, human-readable descriptions of opening hours per day.
[JsonPropertyName("weekdayDescriptions")]
public List<string>? WeekdayDescriptions { get; set; }