PocketPlanner Programmer's Guide

DayOfWeekStyleCollection.Add Method

See Also

Adds the specified DayOfWeekStyle object to this collection.

Namespace: MindFusion.Scheduling.Compact
Assembly: PocketPlanner

 Syntax

C#

public void Add (
    DayOfWeekStyle style
)

Visual Basic

Public Sub Add ( _
    style As DayOfWeekStyle _
)

 Parameters

style
A DayOfWeekStyle instance to be added to the collection.

 See Also