ASP.NET Pack Programmer's Guide
TimetableDateCollection.Remove Method
See Also
 





Removes the first occurrence of a TimetableDate object from this collection.

Namespace: MindFusion.Scheduling.WebForms
Package: MindFusion.Scheduling.WebForms

 Syntax

C#  Copy Code

public void Remove (
    TimetableDate date
)

Visual Basic  Copy Code

Public Sub Remove ( _
    date As TimetableDate _
)

 Parameters

date
Type: TimetableDate
TimetableDate instance which must be removed from the collection.

 See Also

TimetableDateCollection Members
TimetableDateCollection Class
MindFusion.Scheduling.WebForms Namespace