Show / Hide Table of Contents

Class TimeWindow

A time range.

Inheritance
object
TimeWindow
Implements
IMessage<TimeWindow>
IEquatable<TimeWindow>
IDeepCloneable<TimeWindow>
IBufferMessage
IMessage
Inherited Members
object.GetHashCode()
object.GetType()
object.ToString()
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
In this article
Back to top Generated by DocFX