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)
Visual Basic (Declaration) |
---|
Public Interface IDateTimeList _
Implements IEngineCollection, ICloneable, IList, ICollection, _
IEnumerable |
C# |
---|
public interface IDateTimeList : IEngineCollection,
ICloneable, IList, ICollection, IEnumerable |
Visual C++ |
---|
public interface class IDateTimeList : IEngineCollection,
ICloneable, IList, ICollection, IEnumerable |
JavaScript |
---|
FileNet.Api.Collection.IDateTimeList = function();
FileNet.Api.Collection.IDateTimeList.createInterface('FileNet.Api.Collection.IDateTimeList'); |