PocketPlanner Programmer's Guide

Task.ActualDuration Property

See Also

Gets or sets the task actual duration measured in minutes.

Namespace: MindFusion.Scheduling
Assembly: PocketPlanner

 Syntax

C#

public int ActualDuration { get; set; }

Visual Basic

Public Property ActualDuration As Integer

 Property Value

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

 See Also