TimeZoneDSTEndDayType Property | |
Print this page
Learn more about Verizon Connect GeoBase.
Get information about the latest release
Gets the way in which the end of daylight savings is implemented for this
timezone.
Namespace:
Telogis.GeoBase
Assembly:
geobase.net (in geobase.net.dll) Version: 4.99.0.0
Syntax public DayType? DSTEndDayType { get; }
Public ReadOnly Property DSTEndDayType As DayType?
Get
Property Value
Type:
NullableDayTypeRemarks
Daylight savings can either end on a specified day of a specified
month (such as the first of September), or on a specified day of a specified
week of a specified month (such as the first Sunday in September).
Returns null if this timezone does not have daylight savings.
Use
HasDST to check if this timezone has daylight savings.
See Also