Gets or sets the task's actual completion date.
Namespace: MindFusion.Scheduling
Assembly: MindFusion.Scheduling.Wpf
SyntaxC#
Copy Code
|
|---|
public DateTime ActualEnd { get; set; } |
Visual Basic
Copy Code
|
|---|
Public Property ActualEnd As DateTime |
A .NET DateTime object specifying the task's actual end date. The default is DateTime.MaxValue.
See Also