TimeZoneDSTStartTimeOfDay Property | ![Verizon Connect Logo](../icons/logo.jpg) |
Print this page
Learn more about Verizon Connect GeoBase.
Get information about the latest release
Gets the time of day at which daylight savings starts for this timezone.
Namespace:
Telogis.GeoBase
Assembly:
geobase.net (in geobase.net.dll) Version: 4.99.0.0
Syntaxpublic TimeSpan? DSTStartTimeOfDay { get; }
Public ReadOnly Property DSTStartTimeOfDay As TimeSpan?
Get
Property Value
Type:
NullableTimeSpan
Remarks
Returns null if this timezone does not have daylight savings.
See Also