The end 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 later 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)
Visual Basic (Declaration) |
---|
ReadOnly Property EndDate As Nullable(Of DateTime) |
C# |
---|
Nullable<DateTime> EndDate { get; } |
Visual C++ |
---|
property Nullable<DateTime> EndDate {
Nullable<DateTime> get ();
} |
JavaScript |
---|
function get_endDate();
|