Search
DayOfWeekStyleCollection.Remove Method
See Also
 





Removes the first occurrence of the specified DayOfWeekStyle object from this collection.

Namespace: MindFusion.Scheduling.WinForms
Assembly: MindFusion.Scheduling

 Syntax

C#  Copy Code

public void Remove (
    DayOfWeekStyle style
)

Visual Basic  Copy Code

Public Sub Remove ( _
    style As DayOfWeekStyle _
)

 Parameters

style
A DayOfWeekStyle instance which must be removed from the collection.

 See Also