MindFusion.Scheduling for ASP.NET Programmer's Guide
Selection.Remove Method (DateTime)
See Also
 





Removes the specified date from the selection.

Namespace: MindFusion.Scheduling.WebForms
Assembly: MindFusion.Scheduling.WebForms

 Syntax

C#  Copy Code

public void Remove (
    DateTime date
)

Visual Basic  Copy Code

Public Sub Remove( _
    date As DateTime _
)

 Parameters

date
Type: DateTime
The DateTime value to be removed.

 See Also

Remove Method Overload List
Selection Members
Selection Class
MindFusion.Scheduling.WebForms Namespace