Version

GetEndLocal Method

Returns the End relative to the specified TimeZoneToken
Syntax
'Declaration
 
Public Function GetEndLocal( _
   ByVal token As TimeZoneToken _
) As Date
public DateTime GetEndLocal( 
   TimeZoneToken token
)

Parameters

token
The timezone token that identifies the timezone for which the relative date is being requested.

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