Version

ConvertTime(TimeZoneToken,TimeZoneToken,DateTime) Method

Converts a DateTime from one time zone to another
Syntax
'Declaration
 
Public Overloads Overrides Function ConvertTime( _
   ByVal source As TimeZoneToken, _
   ByVal destination As TimeZoneToken, _
   ByVal dateTime As Date _
) As Date
public override DateTime ConvertTime( 
   TimeZoneToken source,
   TimeZoneToken destination,
   DateTime dateTime
)

Parameters

source
The time zone of the passed in date time.
destination
The time zone to convert the date time to.
dateTime
The date time
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