Version

SetStartLocal Method

Returns the Start relative to the specified TimeZoneToken
Syntax
'Declaration
 
Public Sub SetStartLocal( _
   ByVal token As TimeZoneToken, _
   ByVal dateTime As Date _
) 
public void SetStartLocal( 
   TimeZoneToken token,
   DateTime dateTime
)

Parameters

token
The timezone token that identifies the timezone for which the relative date is being requested.
dateTime
The time relative to the timezone specified by the token that will be used to calculate the UTC value for the Start

Return Value

Returns the local time for the Start relative to the timezone specified by the token.
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