TimeZoneDSTEndWeekOfMonth Property |
Namespace: Telogis.GeoBase
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.