PocketPlanner Programmer's Guide

DayOfWeekStyleCollection.Remove Method

See Also

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

Namespace: MindFusion.Scheduling.Compact
Assembly: PocketPlanner

 Syntax

C#

public void Remove (
    DayOfWeekStyle style
)

Visual Basic

Public Sub Remove ( _
    style As DayOfWeekStyle _
)

 Parameters

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

 See Also