| TimeZoneInformationGetDaylightChanges Method  | 
            Retrieves the daylight time changes for the current timezone
            
 
Namespace: WorkflowGen.My.GlobalizationAssembly: WorkflowGen.My (in WorkflowGen.My.dll) Version: 3.3.0.0 (3.3.0.0)
Syntaxpublic DaylightTime GetDaylightChanges(
	int year
)
Public Function GetDaylightChanges ( 
	year As Integer
) As DaylightTime
Parameters
- year
 - Type: SystemInt32
Year to retrieve the daylight changes for 
Return Value
Type: 
DaylightTimeA DaylightTime object that represents the daylight time for a given year
See Also