| TimeZoneInformationToLocalTime Method (TimeZoneInformation, DateTime) | 
            Converts the UtcTime to the local time of the destination timezone.
            
 
Namespace: WorkflowGen.My.GlobalizationAssembly: WorkflowGen.My (in WorkflowGen.My.dll) Version: 2.4.0.0 (2.4.0.0)
Syntaxpublic static DateTime ToLocalTime(
	TimeZoneInformation destination,
	DateTime utcTime
)
Public Shared Function ToLocalTime ( 
	destination As TimeZoneInformation,
	utcTime As DateTime
) As DateTime
Parameters
- destination
 - Type: WorkflowGen.My.GlobalizationTimeZoneInformation
The destination timezone - utcTime
 - Type: SystemDateTime
Utc time that is to be converted to the local time of the destination timezone. 
Return Value
Type: 
DateTimeThe DateTime that represents the local time in the destination timezone
See Also