TimeZoneInformation Constructor (String) | 
 
            Initializes a new instance of the TimeZoneInformation class.
            
 
    Namespace: 
   WorkflowGen.My.Globalization
    Assembly:
   WorkflowGen.My (in WorkflowGen.My.dll) Version: 4.7.2.0 (4.7.2.0)
Syntaxpublic TimeZoneInformation(
	string timeZoneXml
)
Public Sub New ( 
	timeZoneXml As String
)
Parameters
- timeZoneXml
 - Type: SystemString
 
See Also