Specifies the maximum 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 PropertyMaximumDateTime As Nullable(Of DateTime)
C#
Nullable<DateTime> PropertyMaximumDateTime { get; set; }
Visual C++
property Nullable<DateTime> PropertyMaximumDateTime {
	Nullable<DateTime> get ();
	void set (Nullable<DateTime> value);
}
JavaScript
function get_propertyMaximumDateTime();
function set_propertyMaximumDateTime(value);

ToggleRemarks

ToggleSee Also