Click or drag to resize

TimeZoneGetDaylightChanges Method

The daylight time changes for the current timezone

Namespace:  NetQuarry
Assembly:  EAP.Core (in EAP.Core.dll) Version: 2.0.0.0 (4.6.8.0)
Syntax
public DaylightTime GetDaylightChanges(
	int year
)

Parameters

year
Type: SystemInt32
Year to retrieve the daylight changes for

Return Value

Type: DaylightTime
A DaylightTime object that represents the daylight time for a given year
Remarks
Returns null if there is no time change
See Also