addTask method



Adds a task to the TaskList.

Syntax

TaskList.addTask(task)

Applies to

TaskList object.

Parameters

task
Task. The task value references the Task object that this method adds to the TaskList.

Return value

none.

Usage

This method adds the task that you specify as the task parameter to the TaskList.

See also

removeTask method
removeAllTasks method
deleteTasks method