TimeZoneDSTStartTimeOfDay Property | |
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
Syntax public TimeSpan? DSTStartTimeOfDay { get; }
Public ReadOnly Property DSTStartTimeOfDay As TimeSpan?
Get
Property Value
Type:
NullableTimeSpanRemarks
Returns null if this timezone does not have daylight savings.
See Also