The date and time at which the task transitioned into the WORKING state.

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

ToggleSyntax

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

ToggleRemarks

ToggleSee Also