Click or drag to resize

TimeZoneInformationGetDaylightChanges Method

Retrieves the daylight time changes for the current timezone

Namespace:  WorkflowGen.My.Globalization
Assembly:  WorkflowGen.My (in WorkflowGen.My.dll) Version: 4.6.0.0 (4.6.0.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
See Also