Version

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

Parameters

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