Click or drag to resize
TimeZoneInformationGetDaylightDateTime Method
Retrieves the date of the daylight time change.

Namespace: WorkflowGen.My.Globalization
Assembly: WorkflowGen.My (in WorkflowGen.My.dll) Version: 2.4.0.0 (2.4.0.0)
Syntax
public DateTime GetDaylightDateTime(
	int year
)

Parameters

year
Type: SystemInt32
The year to calculate the daylight change for

Return Value

Type: DateTime
DateTime that represents when the daylight time change occurs
See Also