Class LocalizedTime
Localized description of time.
Implements
Namespace: Google.Maps.Routing.V2
Assembly: Google.Maps.Routing.V2.dll
Syntax
public sealed class LocalizedTime : IMessage<LocalizedTime>, IEquatable<LocalizedTime>, IDeepCloneable<LocalizedTime>, IBufferMessage, IMessage
Constructors
LocalizedTime()
Declaration
public LocalizedTime()
LocalizedTime(LocalizedTime)
Declaration
public LocalizedTime(LocalizedTime other)
Parameters
Type | Name | Description |
---|---|---|
LocalizedTime | other |
Properties
Time
The time specified as a string in a given time zone.
Declaration
public LocalizedText Time { get; set; }
Property Value
Type | Description |
---|---|
LocalizedText |
TimeZone
Contains the time zone. The value is the name of the time zone as defined in the IANA Time Zone Database, e.g. "America/New_York".
Declaration
public string TimeZone { get; set; }
Property Value
Type | Description |
---|---|
string |