Vision AI v1 API - Class DateTimeRange (1.0.0-beta01)

public sealed class DateTimeRange : IMessage<DateTimeRange>, IEquatable<DateTimeRange>, IDeepCloneable<DateTimeRange>, IBufferMessage, IMessage

Reference documentation and code samples for the Vision AI v1 API class DateTimeRange.

Datetime range type.

Inheritance

object > DateTimeRange

Namespace

Google.Cloud.VisionAI.V1

Assembly

Google.Cloud.VisionAI.V1.dll

Constructors

DateTimeRange()

public DateTimeRange()

DateTimeRange(DateTimeRange)

public DateTimeRange(DateTimeRange other)
Parameter
Name Description
other DateTimeRange

Properties

End

public DateTime End { get; set; }

End data time.

Property Value
Type Description
DateTime

Start

public DateTime Start { get; set; }

Start date time.

Property Value
Type Description
DateTime