JAMS Developer Guide
Enable(String,Server) Method


MVPSI.JAMS Namespace > NamedTime Class > Enable Method : Enable(String,Server) Method
The name of the Time to enable.
The JAMS Server where the Time resides.
Enable the Time with the specified name from the specified JAMS Server.
Syntax
'Declaration
 
Public Overloads Shared Sub Enable( _
   ByVal timeName As System.String, _
   ByVal js As Server _
) 
'Usage
 
Dim timeName As System.String
Dim js As Server
 
NamedTime.Enable(timeName, js)
public static void Enable( 
   System.string timeName,
   Server js
)

Parameters

timeName
The name of the Time to enable.
js
The JAMS Server where the Time resides.
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

NamedTime Class
NamedTime Members
Overload List