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"]],[["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-04-17 UTC."],[[["The latest version of the `TimeInterval` class within the BigQuery Migration v2 API is 1.5.0, with older versions available for review."],["`TimeInterval` 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."],["This class, inheriting from `object`, implements multiple interfaces like `IMessage`, `IEquatable`, `IDeepCloneable`, and `IBufferMessage`."],["The `TimeInterval` class has two key properties: `EndTime`, representing the required end of the interval, and `StartTime`, which is the optional beginning, defaulting to the end time if not set."],["The `TimeInterval` class has 2 constructors available, one to create a new `TimeInterval` and one that takes another `TimeInterval` as an argument."]]],[]]