Intersoft WebScheduler Documentation
Remove Method
See Also  Send Feedback
ISNet.WebUI.WebScheduler Namespace > WebSchedulerDisabledTimeCollection Class : Remove Method






item

Glossary Item Box

Syntax

Visual Basic (Declaration) 
<__DynamicallyInvokableAttribute()>
Public Function Remove( _
   ByVal item As ISNet.WebUI.INamedObject2 _
) As System.Boolean
Visual Basic (Usage)Copy Code
Dim instance As WebSchedulerDisabledTimeCollection
Dim item As ISNet.WebUI.INamedObject2
Dim value As System.Boolean
 
value = instance.Remove(item)
C# 
[__DynamicallyInvokableAttribute()]
public System.bool Remove( 
   ISNet.WebUI.INamedObject2 item
)
Delphi 
public function Remove( 
    item: ISNet.WebUI.INamedObject2
): System.Boolean; 
JScript 
__DynamicallyInvokableAttribute()
public function Remove( 
   item : ISNet.WebUI.INamedObject2
) : System.boolean;
Managed Extensions for C++ 
[__DynamicallyInvokableAttribute()]
public: System.bool Remove( 
   ISNet.WebUI.INamedObject2* item
) 
C++/CLI 
[__DynamicallyInvokableAttribute()]
public:
System.bool Remove( 
   ISNet.WebUI.INamedObject2^ item
) 

Parameters

item

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

©2013 Intersoft Solutions Corp. All Rights Reserved.