| TimeZoneInformationGetTimeZoneName Method  | 
            Retrieves the name of the current TimeZoneInfo structure (Daylight or Standard) based on the given DateTime.
            
 
Namespace: WorkflowGen.My.GlobalizationAssembly: WorkflowGen.My (in WorkflowGen.My.dll) Version: 2.4.0.0 (2.4.0.0)
Syntaxpublic string GetTimeZoneName(
	DateTime time
)
Public Function GetTimeZoneName ( 
	time As DateTime
) As String
Parameters
- time
 - Type: SystemDateTime
The time to evaluate the correct timezone name from 
Return Value
Type: 
StringEither the standard or daylight displayName of the timezone
See Also