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.Meta
Assembly:  FileNet.Api (in FileNet.Api.dll)

ToggleSyntax

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

ToggleRemarks

ToggleSee Also