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."],[[["This page provides documentation for the `TimeInterval` class within the Google Cloud BigQuery Migration v2 API, specifically version 1.3.0."],["The `TimeInterval` class represents a time range with a start and end time, and if the start and end times are identical, it represents a single point in time."],["The `TimeInterval` class inherits from the base `object` class and implements several interfaces, including `IMessage`, `IEquatable`, `IDeepCloneable`, and `IBufferMessage`."],["It has two properties, `StartTime` and `EndTime`, both of which use the `Timestamp` type and are used to define the boundaries of the time interval, where end time is required and start time is optional."],["There are 2 constructors for `TimeInterval`, one default and one that accepts another `TimeInterval` as a parameter."]]],[]]