Click or drag to resize
TimeZoneInformationConvert Method (TimeZoneInformation, DateTime)
Converts the local time of the current timezone to the local time of the destination timezone.

Namespace: WorkflowGen.My.Globalization
Assembly: WorkflowGen.My (in WorkflowGen.My.dll) Version: 2.4.0.0 (2.4.0.0)
Syntax
public DateTime Convert(
	TimeZoneInformation destination,
	DateTime localTime
)

Parameters

destination
Type: WorkflowGen.My.GlobalizationTimeZoneInformation
The destination timezone
localTime
Type: SystemDateTime
The local time in the current time zone to convert

Return Value

Type: DateTime
The local time in the destination timezone.
See Also