PocketPlanner Programmer's Guide

Task.ActualStart Property

See Also

Gets or sets the task's actual start date.

Namespace: MindFusion.Scheduling
Assembly: PocketPlanner

 Syntax

C#

public DateTime ActualStart { get; set; }

Visual Basic

Public Property ActualStart As DateTime

 Property Value

A .NET DateTime object specifying the task's actual start date. The default is DateTime.MinValue.

 See Also