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