PocketPlanner Programmer's Guide

TaskCollection.Add Method

See Also

Adds the specified task to this collection.

Namespace: MindFusion.Scheduling
Assembly: PocketPlanner

 Syntax

C#

public void Add (
    Task task
)

Visual Basic

Public Sub Add ( _
    task As Task _
)

 Parameters

task
An instance of the Task class to be added to the collection.

 See Also