TimeZoneInformationGetTimeZoneXml Method  | 
 
            Retrieves a TimeZoneInformation XML structure
            
 
    Namespace: 
   WorkflowGen.My.Globalization
    Assembly:
   WorkflowGen.My (in WorkflowGen.My.dll) Version: 4.7.2.0 (4.7.2.0)
Syntaxpublic static string GetTimeZoneXml(
	int timezoneIdentifier
)
Public Shared Function GetTimeZoneXml ( 
	timezoneIdentifier As Integer
) As String
Parameters
- timezoneIdentifier
 - Type: SystemInt32
A timezone identifier 
Return Value
Type: 
StringAn TimeZoneInformation XML structure
See Also