public sealed class TimeInterval : IMessage<TimeInterval>, IEquatable<TimeInterval>, IDeepCloneable<TimeInterval>, IBufferMessage, IMessage
Reference documentation and code samples for the BigQuery Migration v2 API class TimeInterval.
A time interval extending just after a start time through an end time.
If the start time is the same as the end time, then the interval
represents a single point in time.
Optional. The beginning of the time interval. The default value
for the start time is the end time. The start time must not be
later than the end 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 latest version of the \u003ccode\u003eTimeInterval\u003c/code\u003e class within the BigQuery Migration v2 API is 1.5.0, with older versions available for review.\u003c/p\u003e\n"],["\u003cp\u003e\u003ccode\u003eTimeInterval\u003c/code\u003e represents a time range starting just after a defined start time and extending through a specified end time, where if the start and end times are the same, it indicates a single point in time.\u003c/p\u003e\n"],["\u003cp\u003eThis class, inheriting from \u003ccode\u003eobject\u003c/code\u003e, implements multiple interfaces like \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 \u003ccode\u003eTimeInterval\u003c/code\u003e class has two key properties: \u003ccode\u003eEndTime\u003c/code\u003e, representing the required end of the interval, and \u003ccode\u003eStartTime\u003c/code\u003e, which is the optional beginning, defaulting to the end time if not set.\u003c/p\u003e\n"],["\u003cp\u003eThe \u003ccode\u003eTimeInterval\u003c/code\u003e class has 2 constructors available, one to create a new \u003ccode\u003eTimeInterval\u003c/code\u003e and one that takes another \u003ccode\u003eTimeInterval\u003c/code\u003e as an argument.\u003c/p\u003e\n"]]],[],null,[]]