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 v1 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-31 UTC."],[[["This documentation page covers the `Condition.Types.TimeRange` class within the Discovery Engine v1 API, specifically for version 1.5.0 of the .NET library."],["The `Condition.Types.TimeRange` class is used to define time-dependent conditions, allowing for the specification of a start and end time for a range."],["It implements interfaces such as `IMessage`, `IEquatable`, `IDeepCloneable`, and `IBufferMessage`, and inherits from the base `object` class."],["The class includes properties for `StartTime` and `EndTime`, both of type `Timestamp`, which define the inclusive boundaries of the time range."],["The page lists previous versions of this same document, ranging from 1.0.0-beta06 up to 1.6.0, with the later being the latest."]]],[]]