PocketPlanner Programmer's Guide

DateStyleCollection.Insert Method

See Also

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

Namespace: MindFusion.Scheduling.Compact
Assembly: PocketPlanner

 Syntax

C#

public void Insert (
    int index,
    DateStyle style
)

Visual Basic

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

 Parameters

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

 See Also