public sealed class Condition.Types.TimeRange : IMessage<Condition.Types.TimeRange>, IEquatable<Condition.Types.TimeRange>, IDeepCloneable<Condition.Types.TimeRange>, IBufferMessage, IMessage
Reference documentation and code samples for the Discovery Engine v1beta API class Condition.Types.TimeRange.
[[["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."],[[["This document provides reference information for the `Condition.Types.TimeRange` class within the Discovery Engine v1beta API, specifically for version 1.0.0-beta17."],["The `Condition.Types.TimeRange` class is used to define time-dependent conditions and inherits from `object`, implementing several interfaces including `IMessage`, `IEquatable`, `IDeepCloneable`, and `IBufferMessage`."],["The class has two constructors, `TimeRange()` and `TimeRange(TimeRange)`, where the latter allows creating a new `TimeRange` object based on an existing one, and the `other` parameter is used for this."],["The class contains two key properties, `StartTime` and `EndTime`, both of which are of type `Timestamp` and define the inclusive start and end points of the time range, respectively."]]],[]]