Click or drag to resize

TimeZoneInformationToLocalTime Method (TimeZoneInformation, DateTime)

Converts the UtcTime to the local time of the destination timezone.

Namespace:  WorkflowGen.My.Globalization
Assembly:  WorkflowGen.My (in WorkflowGen.My.dll) Version: 4.6.0.0 (4.6.0.0)
Syntax
public static DateTime ToLocalTime(
	TimeZoneInformation destination,
	DateTime utcTime
)

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: DateTime
The DateTime that represents the local time in the destination timezone
See Also