Class TimeWindow
A time range.
Implements
Namespace: Google.Maps.FleetEngine.Delivery.V1
Assembly: Google.Maps.FleetEngine.Delivery.V1.dll
Syntax
public sealed class TimeWindow : IMessage<TimeWindow>, IEquatable<TimeWindow>, IDeepCloneable<TimeWindow>, IBufferMessage, IMessage
Constructors
TimeWindow()
Declaration
public TimeWindow()
TimeWindow(TimeWindow)
Declaration
public TimeWindow(TimeWindow other)
Parameters
Type | Name | Description |
---|---|---|
TimeWindow | other |
Properties
EndTime
Required. The end time of the time window (inclusive).
Declaration
public Timestamp EndTime { get; set; }
Property Value
Type | Description |
---|---|
Timestamp |
StartTime
Required. The start time of the time window (inclusive).
Declaration
public Timestamp StartTime { get; set; }
Property Value
Type | Description |
---|---|
Timestamp |