Options
All
  • Public
  • Public/Protected
  • All
Menu

Interface GoogleTypeDate

Hierarchy

  • GoogleTypeDate

Properties

Properties

Optional day

day: undefined | number

Day of month. Must be from 1 to 31 and valid for the year and month, or 0 if specifying a year/month where the day is not significant.

Optional month

month: undefined | number

Month of year. Must be from 1 to 12, or 0 if specifying a date without a month.

Optional year

year: undefined | number

Year of date. Must be from 1 to 9999, or 0 if specifying a date without a year.

Generated using TypeDoc