TimeZoneInformationGetDaylightDateTime Method  | 
 
            Retrieves the date of the daylight time change.
            
 
    Namespace: 
   WorkflowGen.My.Globalization
    Assembly:
   WorkflowGen.My (in WorkflowGen.My.dll) Version: 4.7.2.0 (4.7.2.0)
Syntaxpublic DateTime GetDaylightDateTime(
	int year
)
Public Function GetDaylightDateTime ( 
	year As Integer
) As DateTime
Parameters
- year
 - Type: SystemInt32
The year to calculate the daylight change for 
Return Value
Type: 
DateTimeDateTime that represents when the daylight time change occurs
See Also