Specifies whether this DateTime property should be treated as a date-only property (true) or not (false). Use this property as a hint that your application should treat this DateTime property as a date-only property for presentation or rendering. Note that neither the Content Engine server nor the Content Engine APIs modify stored or retrieved datetime values based on this property setting. For the best interoperability with applications that ignore this property, you should set the time component to noon UTC.

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

ToggleSyntax

Visual Basic (Declaration)
Property IsDateOnly As Nullable(Of Boolean)
C#
Nullable<bool> IsDateOnly { get; set; }
Visual C++
property Nullable<bool> IsDateOnly {
	Nullable<bool> get ();
	void set (Nullable<bool> value);
}
JavaScript
function get_isDateOnly();
function set_isDateOnly(value);

ToggleRemarks

ToggleSee Also