JAMS 6.x Help
Enable Method (INamedTimeActionsSQL)


Enable a Named Time.
Syntax
'Declaration
 
<System.ServiceModel.OperationContractAttribute()>
Sub Enable( _
   ByVal timeName As System.String _
) 
'Usage
 
Dim instance As INamedTimeActionsSQL
Dim timeName As System.String
 
instance.Enable(timeName)
[System.ServiceModel.OperationContract()]
void Enable( 
   System.string timeName
)

Parameters

timeName
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

INamedTimeActionsSQL Interface
INamedTimeActionsSQL Members