Enum CalendarPeriod
A CalendarPeriod
represents the abstract concept of a time period that has
a canonical start. Grammatically, "the start of the current
CalendarPeriod
." All calendar times begin at midnight UTC.
Namespace: Google.Type
Assembly: Google.Api.CommonProtos.dll
Syntax
public enum CalendarPeriod
Fields
Name | Description |
---|---|
Day | A day. |
Fortnight | A fortnight. The first calendar fortnight of the year begins at the start of week 1 according to ISO 8601. |
Half | A half-year. Half-years start on dates 1-Jan and 1-Jul. |
Month | A month. |
Quarter | A quarter. Quarters start on dates 1-Jan, 1-Apr, 1-Jul, and 1-Oct of each year. |
Unspecified | Undefined period, raises an error. |
Week | A week. Weeks begin on Monday, following ISO 8601. |
Year | A year. |