Version

ConvertTime(DateTime,TimeZoneDefinition,TimeZoneDefinition) Method

Converts a DateTime from one time zone to another
Syntax
'Declaration
 
Protected Overloads Function ConvertTime( _
   ByVal dateTime As Date, _
   ByVal sourceTimeZone As TimeZoneInfoProvider.TimeZoneDefinition, _
   ByVal destinationTimeZone As TimeZoneInfoProvider.TimeZoneDefinition _
) As Date
protected DateTime ConvertTime( 
   DateTime dateTime,
   TimeZoneInfoProvider.TimeZoneDefinition sourceTimeZone,
   TimeZoneInfoProvider.TimeZoneDefinition destinationTimeZone
)

Parameters

dateTime
The source date time
sourceTimeZone
The source time zone
destinationTimeZone
The destination time zone.

Return Value

The DateTime in the destination time zone.
Requirements

Target Platforms: Windows 10, Windows 8.1, Windows 8, Windows 7, Windows Server 2012, Windows Vista SP1 or later, Windows XP SP3, Windows Server 2008 (Server Core not supported), Windows Server 2008 R2 (Server Core supported with SP1 or later), Windows Server 2003 SP2

See Also