PocketPlanner Programmer's Guide

Task.EstimatedDuration Property

See Also

Gets or sets the estimated duration of this task.

Namespace: MindFusion.Scheduling
Assembly: PocketPlanner

 Syntax

C#

public int EstimatedDuration { get; set; }

Visual Basic

Public Property EstimatedDuration As Integer

 Property Value

An integer value specifying the task's scheduled duration. The default is 0.

 See Also