Represents a List collection (ordered, non-unique) of Date values. To create an instance of DateTimeList, call CreateList on the Factory.DateTimeList class.


Namespace: FileNet.Api.Collection
Assembly: FileNet.Api (in filenet.api.dll)

Syntax

Visual Basic (Declaration)
Public Interface IDateTimeList
    Implements IEngineCollection, IEnumerable, ICloneable, IList, ICollection
C#
public interface IDateTimeList : IEngineCollection, IEnumerable, ICloneable, IList, ICollection
C++
interface class IDateTimeList : IEngineCollection, IEnumerable, ICloneable, IList, ICollection
J#
public interface IDateTimeList implements IEngineCollection, IEnumerable, ICloneable, IList, ICollection
JScript
public interface IDateTimeList extends IEngineCollection, IEnumerable, ICloneable, IList, ICollection

See Also