Class Date
- Namespace
- GoogleMapsApi.Entities.Solar.Response
- Assembly
- GoogleMapsApi.dll
A whole or partial calendar date (mirrors google.type.Date); zero components mean
"not specified".
public sealed class Date
- Inheritance
-
Date
- Inherited Members
Properties
Day
Day of the month (1–31), or 0 for a date without a day.
[JsonPropertyName("day")]
public int Day { get; set; }
Property Value
Month
Month of the date (1–12), or 0 for a date without a month.
[JsonPropertyName("month")]
public int Month { get; set; }
Property Value
Year
Year of the date, or 0 for a date without a year.
[JsonPropertyName("year")]
public int Year { get; set; }