Reference documentation and code samples for the Google Cloud Billing Budgets V1 Client class CalendarPeriod.
ACalendarPeriodrepresents the abstract concept of a time period that
has a canonical start. Grammatically, "the start of the currentCalendarPeriod". All calendar times begin at 12 AM US and Canadian
Pacific Time (UTC-8).
[[["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-09-04 UTC."],[],[],null,["# Google Cloud Billing Budgets V1 Client - Class CalendarPeriod (2.0.5)\n\nVersion latestkeyboard_arrow_down\n\n- [2.0.5 (latest)](/php/docs/reference/cloud-billing-budgets/latest/V1.CalendarPeriod)\n- [2.0.4](/php/docs/reference/cloud-billing-budgets/2.0.4/V1.CalendarPeriod)\n- [1.4.5](/php/docs/reference/cloud-billing-budgets/1.4.5/V1.CalendarPeriod)\n- [1.3.1](/php/docs/reference/cloud-billing-budgets/1.3.1/V1.CalendarPeriod)\n- [1.2.2](/php/docs/reference/cloud-billing-budgets/1.2.2/V1.CalendarPeriod)\n- [1.1.0](/php/docs/reference/cloud-billing-budgets/1.1.0/V1.CalendarPeriod)\n- [1.0.5](/php/docs/reference/cloud-billing-budgets/1.0.5/V1.CalendarPeriod) \nReference documentation and code samples for the Google Cloud Billing Budgets V1 Client class CalendarPeriod.\n\nA `CalendarPeriod` represents the abstract concept of a time period that\nhas a canonical start. Grammatically, \"the start of the current\n`CalendarPeriod`\". All calendar times begin at 12 AM US and Canadian\nPacific Time (UTC-8).\n\nProtobuf type `google.cloud.billing.budgets.v1.CalendarPeriod`\n\nNamespace\n---------\n\nGoogle \\\\ Cloud \\\\ Billing \\\\ Budgets \\\\ V1\n\nMethods\n-------\n\n### static::name\n\n### static::value\n\nConstants\n---------\n\n### CALENDAR_PERIOD_UNSPECIFIED\n\n Value: 0\n\nCalendar period is unset. This is the default if the budget is for a\ncustom time period (CustomPeriod).\n\nGenerated from protobuf enum `CALENDAR_PERIOD_UNSPECIFIED = 0;`\n\n### MONTH\n\n Value: 1\n\nA month. Month starts on the first day of each month, such as January 1,\nFebruary 1, March 1, and so on.\n\nGenerated from protobuf enum `MONTH = 1;`\n\n### QUARTER\n\n Value: 2\n\nA quarter. Quarters start on dates January 1, April 1, July 1, and October\n1 of each year.\n\nGenerated from protobuf enum `QUARTER = 2;`\n\n### YEAR\n\n Value: 3\n\nA year. Year starts on January 1.\n\nGenerated from protobuf enum `YEAR = 3;`"]]