JAMS Developer Guide
Enable(String) Method


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

Parameters

timeName
The name of the Time to enable.
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