Version

ConvertTime(TimeZoneToken,TimeZoneToken,DateTime) Method

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

Parameters

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