Click or drag to resize

TimeZoneDSTEndWeekOfMonth Property

Verizon Connect Logo
Print this page
Learn more about Verizon Connect GeoBase.
Get information about the latest release
Gets the week of the month in which daylight savings ends for this timezone.

Namespace:  Telogis.GeoBase
Assembly:  geobase.net (in geobase.net.dll) Version: 4.99.0.0
Syntax
public int DSTEndWeekOfMonth { get; }

Property Value

Type: Int32
Remarks

Valid range is 0-6, where 0 and 6 are special cases.

A value between 1 and 5 is returned to represent the number of the week in the month, where 1 is the first week, 2 is the second week, etc.

0 will be returned if this timezone does not have daylight savings, or daylight savings starts on a day of a month.

6 will be returned to represent the last week of the month.

Use HasDST to check if this timezone has daylight savings. Use DSTStartDayType to check how daylight saving is implemented for this timezone.

See Also