Represents a Content Engine property that holds a DateTimeList object. A DateTimeList object is a collection (ordered, non-unique) of Date values.

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

ToggleSyntax

Visual Basic (Declaration)
Public Interface IPropertyDateTimeList _
	Implements IProperty, ICloneable
C#
public interface IPropertyDateTimeList : IProperty, 
	ICloneable
Visual C++
public interface class IPropertyDateTimeList : IProperty, 
	ICloneable
JavaScript
FileNet.Api.Property.IPropertyDateTimeList = function();
FileNet.Api.Property.IPropertyDateTimeList.createInterface('FileNet.Api.Property.IPropertyDateTimeList');

ToggleSee Also