Table of Contents

Class Date

Namespace
GoogleMapsApi.Entities.Pollen.Response
Assembly
GoogleMapsApi.dll

A calendar date with no time zone (mirrors google.type.Date).

public sealed class Date
Inheritance
Date
Inherited Members

Properties

Day

Day of the month, 1-31.

[JsonPropertyName("day")]
public int Day { get; set; }

Property Value

int

Month

Month of the date, 1-12.

[JsonPropertyName("month")]
public int Month { get; set; }

Property Value

int

Year

Year of the date.

[JsonPropertyName("year")]
public int Year { get; set; }

Property Value

int