TimeZoneDSTEndTimeOfDay 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 ends for this timezone.
Namespace:
Telogis.GeoBase
Assembly:
geobase.net (in geobase.net.dll) Version: 4.99.0.0
Syntax public TimeSpan? DSTEndTimeOfDay { get; }
Public ReadOnly Property DSTEndTimeOfDay As TimeSpan?
Get
Property Value
Type:
NullableTimeSpanRemarks
Returns null if this timezone does not have daylight savings.
See Also