PocketPlanner Programmer's Guide

DateStyleCollection.Add Method

See Also

Adds the specified DateStyle object to this collection.

Namespace: MindFusion.Scheduling.Compact
Assembly: PocketPlanner

 Syntax

C#

public void Add (
    DateStyle style
)

Visual Basic

Public Sub Add ( _
    style As DateStyle _
)

 Parameters

style
A DateStyle instance to be added to the collection.

 See Also