| TimeZoneInformationGetTimeZone Method  | 
            Retrieves a TimeZoneInformation structure
            
 
Namespace: WorkflowGen.My.GlobalizationAssembly: WorkflowGen.My (in WorkflowGen.My.dll) Version: 2.4.0.0 (2.4.0.0)
Syntaxpublic static TimeZoneInformation GetTimeZone(
	int timezoneIdentifier
)
Public Shared Function GetTimeZone ( 
	timezoneIdentifier As Integer
) As TimeZoneInformation
Parameters
- timezoneIdentifier
 - Type: SystemInt32
A timezone identifier 
Return Value
Type: 
TimeZoneInformationAn TimeZoneInformation structure
See Also