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-03-21 UTC."],[[["The `TimeInterval` class in the BigQuery Migration v2 API represents a duration between a start and end time, with the ability for the start and end times to be the same."],["This class implements several interfaces, including `IMessage`, `IEquatable`, `IDeepCloneable`, and `IBufferMessage`."],["It has two constructors: a default one, `TimeInterval()`, and one that takes another `TimeInterval` object as input, `TimeInterval(TimeInterval other)`."],["The `TimeInterval` class has two key properties: `StartTime`, which is optional and defaults to the end time, and `EndTime`, which is required."],["The class belongs to the Google.Cloud.BigQuery.Migration.V2 namespace within the assembly Google.Cloud.BigQuery.Migration.V2.dll."]]],[]]