PocketPlanner Programmer's Guide

DateStyleCollection.Remove Method

See Also

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

Namespace: MindFusion.Scheduling.Compact
Assembly: PocketPlanner

 Syntax

C#

public void Remove (
    DateStyle style
)

Visual Basic

Public Sub Remove ( _
    style As DateStyle _
)

 Parameters

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

 See Also