Click or drag to resize

StreetLinkTimeZone Property

Verizon Connect Logo
Print this page
Learn more about Verizon Connect GeoBase.
Get information about the latest release
Implemented by derived classes to get the time zone where this street link is located.

Namespace:  Telogis.GeoBase
Assembly:  geobase.net (in geobase.net.dll) Version: 4.99.0.0
Syntax
public abstract TimeZone TimeZone { get; }

Property Value

Type: TimeZone
Examples
C#
Telogis.GeoBase.TimeZone linkZone = Telogis.GeoBase.GeoCoder.ReverseGeoCodeFull(new LatLon(33.476036, -117.697573)).StreetLink.TimeZone;
Console.WriteLine("GMT offset of this link is (GMT{0})", linkZone.GMTOffset);
// GMT offset of this link is (GMT-8)
See Also