Specifies the default value for a property that returns a DATE data type. The Content Engine server stores dates and times using Coordinated Universal Time (UTC). For more information, see Timestamps.

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

ToggleSyntax

Visual Basic (Declaration)
Property PropertyDefaultDateTime As Nullable(Of DateTime)
C#
Nullable<DateTime> PropertyDefaultDateTime { get; set; }
Visual C++
property Nullable<DateTime> PropertyDefaultDateTime {
	Nullable<DateTime> get ();
	void set (Nullable<DateTime> value);
}
JavaScript
function get_propertyDefaultDateTime();
function set_propertyDefaultDateTime(value);

ToggleRemarks

ToggleSee Also