The date and time at which the task changed to the COMPLETE state.

Namespace:  FileNet.Api.Core
Assembly:  FileNet.Api (in FileNet.Api.dll)

ToggleSyntax

Visual Basic (Declaration)
ReadOnly Property DateCompleted As Nullable(Of DateTime)
C#
Nullable<DateTime> DateCompleted { get; }
Visual C++
property Nullable<DateTime> DateCompleted {
	Nullable<DateTime> get ();
}
JavaScript
function get_dateCompleted();

ToggleRemarks

ToggleSee Also