PocketPlanner Programmer's Guide

Task.ActualEnd Property

See Also

Gets or sets the task's actual completion date.

Namespace: MindFusion.Scheduling
Assembly: PocketPlanner

 Syntax

C#

public DateTime ActualEnd { get; set; }

Visual Basic

Public Property ActualEnd As DateTime

 Property Value

A .NET DateTime object specifying the task's actual end date. The default is DateTime.MaxValue.

 See Also