Indicates the date and time the object was created. The Content Engine server stores dates and times using Coordinated Universal Time (UTC). For more information, see Timestamps.

Settability of this property is read-only for most users. For users who have been granted privileged write access (AccessRight.PRIVILEGED_WRITE), this property is settable only on create. After initial object creation, this property is read-only for all users.

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

ToggleSyntax

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

ToggleRemarks

ToggleSee Also