PocketPlanner Programmer's Guide

DayOfWeekStyleCollection.Insert Method

See Also

Inserts the specified DayOfWeekStyle object at the specified position within the collection.

Namespace: MindFusion.Scheduling.Compact
Assembly: PocketPlanner

 Syntax

C#

public void Insert (
    int index,
    DayOfWeekStyle style
)

Visual Basic

Public Sub Insert ( _
    index As Integer, _
    style As DayOfWeekStyle _
)

 Parameters

index
Specifies the position at which the DayOfWeekStyle must be inserted.
style
A DayOfWeekStyle instance to be added to the collection.

 See Also