JAMS Developer Guide
Find(Int32,Server) Method


MVPSI.JAMS Namespace > TimeZone Class > Find Method : Find(Int32,Server) Method
Finds a time zone with the indicated ID
Syntax
'Declaration
 
Public Overloads Shared Function Find( _
   ByVal timeZoneID As System.Integer, _
   ByVal server As Server _
) As TimeZone
'Usage
 
Dim timeZoneID As System.Integer
Dim server As Server
Dim value As TimeZone
 
value = TimeZone.Find(timeZoneID, server)
public static TimeZone Find( 
   System.int timeZoneID,
   Server server
)

Parameters

timeZoneID
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