The start date, in Coordinated Universal Time (UTC) format, of the date range of a date-partitioned IBM® Content Search Services index. Objects indexed in this index will have partitioning dates no earlier than this date. This property is set by the Content Engine server when the index is created. If there is no date partition constraint on this index, the value of this property is null.

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

ToggleSyntax

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

ToggleRemarks

ToggleSee Also