Boolean value indicating whether or not the opening or close details were truncated due to the
seven day window, where the window starts at midnight of the day of the request, and ends at
11:59 pm six days later.
Returns true if the open or close times for this period extends past this seven day window.
[[["Easy to understand","easyToUnderstand","thumb-up"],["Solved my problem","solvedMyProblem","thumb-up"],["Other","otherUp","thumb-up"]],[["Missing the information I need","missingTheInformationINeed","thumb-down"],["Too complicated / too many steps","tooComplicatedTooManySteps","thumb-down"],["Out of date","outOfDate","thumb-down"],["Samples / code issue","samplesCodeIssue","thumb-down"],["Other","otherDown","thumb-down"]],["Last updated 2025-08-27 UTC."],[[["\u003cp\u003e\u003ccode\u003eGMSEvent\u003c/code\u003e represents an opening or closing event within a \u003ccode\u003eGMSPeriod\u003c/code\u003e, specifying the day, time, and potential date.\u003c/p\u003e\n"],["\u003cp\u003eIt includes a \u003ccode\u003etruncated\u003c/code\u003e property indicating if the event's time extends beyond a seven-day window from the request time.\u003c/p\u003e\n"],["\u003cp\u003e\u003ccode\u003eGMSEvent\u003c/code\u003e uses \u003ccode\u003eGMSDayOfWeek\u003c/code\u003e for the day of the week and \u003ccode\u003eGMSTime\u003c/code\u003e for the time in a 24-hour format.\u003c/p\u003e\n"],["\u003cp\u003eAn optional \u003ccode\u003edate\u003c/code\u003e property provides the specific date of the event.\u003c/p\u003e\n"]]],["`GMSEvent` represents an open/close event, characterized by the `day` of the week, represented as a `GMSDayOfWeek` enum. The `time` of the event is defined using a 24-hour clock via `GMSTime`. The `date` attribute indicates the specific date of the event and is nullable. The `truncated` property, a boolean, indicates whether event details were cut off due to a seven-day window limitation.\n"],null,[]]