Represents a time interval, encoded as a Timestamp start (inclusive) and a Timestamp end (exclusive).
The start must be less than or equal to the end. When the start equals the end, the interval is empty (matches no time). When both start and end are unspecified, the interval matches any time.
[[["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-30 UTC."],[[["\u003cp\u003eThe \u003ccode\u003eInterval\u003c/code\u003e message represents a time range with an inclusive start and an exclusive end.\u003c/p\u003e\n"],["\u003cp\u003eAn interval is considered empty if the start time equals the end time, meaning it matches no time.\u003c/p\u003e\n"],["\u003cp\u003eIf both the start and end times are unspecified, the interval matches any time.\u003c/p\u003e\n"],["\u003cp\u003eThe \u003ccode\u003estart_time\u003c/code\u003e field, if specified, indicates that a matching Timestamp must be the same as or after this time.\u003c/p\u003e\n"],["\u003cp\u003eThe \u003ccode\u003eend_time\u003c/code\u003e field, if specified, indicates that a matching Timestamp must be before this time.\u003c/p\u003e\n"]]],[],null,[]]