Class OpeningHoursPoint
- Namespace
- GoogleMapsApi.Entities.PlacesNew.Response
- Assembly
- GoogleMapsApi.dll
A specific point (day and time) at which opening hours change.
public sealed class OpeningHoursPoint
- Inheritance
-
OpeningHoursPoint
- Inherited Members
Properties
Day
Day of the week, 0 (Sunday) through 6 (Saturday).
[JsonPropertyName("day")]
public int? Day { get; set; }
Property Value
- int?
Hour
Hour of the day, 0–23.
[JsonPropertyName("hour")]
public int? Hour { get; set; }
Property Value
- int?
Minute
Minute of the hour, 0–59.
[JsonPropertyName("minute")]
public int? Minute { get; set; }
Property Value
- int?