| TimeZoneInformationGetStandardDateTime Method  | 
            Retrieves the date of the standard time change
            
 
Namespace: WorkflowGen.My.GlobalizationAssembly: WorkflowGen.My (in WorkflowGen.My.dll) Version: 3.3.0.0 (3.3.0.0)
Syntaxpublic DateTime GetStandardDateTime(
	int year
)
Public Function GetStandardDateTime ( 
	year As Integer
) As DateTime
Parameters
- year
 - Type: SystemInt32
The year to calculate the standard change for 
Return Value
Type: 
DateTimeDateTime that represents when the standard time change occurs
See Also