JAMS Developer Guide
Find(String,Server) Method


MVPSI.JAMS Namespace > TimeZone Class > Find Method : Find(String,Server) Method
The name of the time zone
The JAMS Server
Finds a time zone with the specified name
Syntax
'Declaration
 
Public Overloads Shared Function Find( _
   ByVal timeZoneName As System.String, _
   ByVal server As Server _
) As TimeZone
'Usage
 
Dim timeZoneName As System.String
Dim server As Server
Dim value As TimeZone
 
value = TimeZone.Find(timeZoneName, server)
public static TimeZone Find( 
   System.string timeZoneName,
   Server server
)

Parameters

timeZoneName
The name of the time zone
server
The JAMS Server
Requirements

Target Platforms: Windows 7, 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

Reference

TimeZone Class
TimeZone Members
Overload List