TimeZoneInformationGetDaylightChanges Method  | 
 
            Retrieves the daylight time changes for the current timezone
            
 
    Namespace: 
   WorkflowGen.My.Globalization
    Assembly:
   WorkflowGen.My (in WorkflowGen.My.dll) Version: 4.7.2.0 (4.7.2.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