Version

ConvertTime(TimeZoneToken,TimeZoneToken,DateTimeOffset) 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 dateTimeOffset As DateTimeOffset _
) As DateTimeOffset
public abstract DateTimeOffset ConvertTime( 
   TimeZoneToken source,
   TimeZoneToken destination,
   DateTimeOffset dateTimeOffset
)

Parameters

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