JAMS Developer Guide
Find(Server) Method


MVPSI.JAMS Namespace > TimeZone Class > Find Method : Find(Server) Method
Returns a list of time zones installed on the local computer
Syntax
'Declaration
 
Public Overloads Shared Function Find( _
   ByVal server As Server _
) As System.Collections.Generic.ICollection(Of TimeZone)
'Usage
 
Dim server As Server
Dim value As System.Collections.Generic.ICollection(Of TimeZone)
 
value = TimeZone.Find(server)
public static System.Collections.Generic.ICollection<TimeZone> Find( 
   Server server
)

Parameters

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