Required. The days of the week that the time period is active.
TimeOfDay
Represents a time of day. The date and time zone are either not significant or are specified elsewhere. An API may choose to allow leap seconds. Related types are google.type.Date and google.protobuf.Timestamp.
[[["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-07-11 UTC."],[[["\u003cp\u003eThe content defines \u003ccode\u003eTimePeriod\u003c/code\u003e, which represents a time period in a week, including its start and end times, and the days of the week it applies to.\u003c/p\u003e\n"],["\u003cp\u003e\u003ccode\u003eTimeOfDay\u003c/code\u003e specifies a time within a day, using hours, minutes, seconds, and nanoseconds, where hours are in 24-hour format, and certain fields can allow for special values like leap seconds.\u003c/p\u003e\n"],["\u003cp\u003e\u003ccode\u003eDayOfWeek\u003c/code\u003e is an enumeration that specifies each day of the week, allowing to determine what day a \u003ccode\u003eTimePeriod\u003c/code\u003e applies to.\u003c/p\u003e\n"],["\u003cp\u003e\u003ccode\u003eTimePeriod\u003c/code\u003e JSON representation defines the structure that has 3 fields, \u003ccode\u003estartTime\u003c/code\u003e, \u003ccode\u003eendTime\u003c/code\u003e, and \u003ccode\u003edays\u003c/code\u003e, each representing the start time, end time and days, respectively.\u003c/p\u003e\n"]]],[],null,["# TimePeriod\n\n- [JSON representation](#SCHEMA_REPRESENTATION)\n- [TimeOfDay](#TimeOfDay)\n - [JSON representation](#TimeOfDay.SCHEMA_REPRESENTATION)\n- [DayOfWeek](#DayOfWeek)\n\nRepresents a time period in a week.\n\nTimeOfDay\n---------\n\nRepresents a time of day. The date and time zone are either not significant or are specified elsewhere. An API may choose to allow leap seconds. Related types are [google.type.Date](/distributed-cloud/edge/1.7.1/docs/reference/hardware/rest/v1alpha/Date) and `google.protobuf.Timestamp`.\n\nDayOfWeek\n---------\n\nRepresents a day of the week."]]