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

ToggleSyntax

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

ToggleRemarks

ToggleSee Also