Click or drag to resize

TimeZoneDSTEndDayType Property

Verizon Connect Logo
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; }

Property Value

Type: NullableDayType
Remarks
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