public sealed class Interval : IMessage<Interval>, IEquatable<Interval>, IDeepCloneable<Interval>, IBufferMessage, IMessage
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"]],[["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-07 UTC."],[[["\u003cp\u003eThe \u003ccode\u003eInterval\u003c/code\u003e class represents a time interval with an inclusive start and an exclusive end, both using \u003ccode\u003eTimestamp\u003c/code\u003e values.\u003c/p\u003e\n"],["\u003cp\u003eAn empty interval, which matches no time, occurs when the start time equals the end time.\u003c/p\u003e\n"],["\u003cp\u003eIf both the start and end times are unspecified, the interval is considered to match any point in time.\u003c/p\u003e\n"],["\u003cp\u003eThe \u003ccode\u003eInterval\u003c/code\u003e class inherits from \u003ccode\u003eobject\u003c/code\u003e and implements interfaces such as \u003ccode\u003eIMessage\u003c/code\u003e, \u003ccode\u003eIEquatable\u003c/code\u003e, \u003ccode\u003eIDeepCloneable\u003c/code\u003e, and \u003ccode\u003eIBufferMessage\u003c/code\u003e.\u003c/p\u003e\n"],["\u003cp\u003eThe class has methods for cloning, calculating size, merging, and comparing intervals, along with fields for the start and end time field numbers, and properties to access the \u003ccode\u003eMessageDescriptor\u003c/code\u003e and the \u003ccode\u003eMessageParser\u003c/code\u003e.\u003c/p\u003e\n"]]],[],null,[]]