public sealed class DateTimeRange : IMessage<DateTimeRange>, IEquatable<DateTimeRange>, IDeepCloneable<DateTimeRange>, IBufferMessage, IMessageReference documentation and code samples for the Vision AI v1 API class DateTimeRange.
Datetime range type.
Implements
IMessageDateTimeRange, IEquatableDateTimeRange, IDeepCloneableDateTimeRange, IBufferMessage, IMessageNamespace
Google.Cloud.VisionAI.V1Assembly
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 |
|