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: 8.0.0.0 (8.0.0.0)
Syntax public DateTime Convert(
TimeZoneInformation destination,
DateTime localTime
)
Public Function Convert (
destination As TimeZoneInformation,
localTime As DateTime
) As DateTime
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:
DateTimeThe local time in the destination timezone.
See Also