Click or drag to resize

TimeZoneDSTStartDayType 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 start 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? DSTStartDayType { get; }

Property Value

Type: NullableDayType
Remarks
Daylight savings can either start on a specified day of a specified month (such as the first of March), or on a specified day of a specified week of a specified month (such as the first Sunday in March). Returns null if this timezone does not have daylight savings.
See Also