Version

SetEndLocal Method

Returns the End relative to the specified TimeZoneToken
Syntax
'Declaration
 
Public Sub SetEndLocal( _
   ByVal token As TimeZoneToken, _
   ByVal dateTime As Date _
) 
public void SetEndLocal( 
   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 End

Return Value

Returns the local time for the End 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