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.
[[["Easy to understand","easyToUnderstand","thumb-up"],["Solved my problem","solvedMyProblem","thumb-up"],["Other","otherUp","thumb-up"]],[["Hard to understand","hardToUnderstand","thumb-down"],["Incorrect information or sample code","incorrectInformationOrSampleCode","thumb-down"],["Missing the information/samples I need","missingTheInformationSamplesINeed","thumb-down"],["Other","otherDown","thumb-down"]],["Last updated 2025-05-02 UTC."],[[["The `CalendarPeriod` enum defines abstract time periods with canonical starts, beginning at midnight UTC."],["It is located within the `Google.Type` namespace and part of the `Google.Api.CommonProtos.dll` assembly."],["The enum includes fields like `Day`, `Fortnight`, `Half`, `Month`, `Quarter`, `Week`, and `Year` to represent different time frames."],["The `Unspecified` field is used to denote an undefined period, which will result in an error if used."],["The `Fortnight` and `Week` periods follow the ISO 8601 standard for their definition of the first week of the year."]]],[]]