Represents a
collection (ordered, non-unique) of
values. To create an instance of
, call
on the
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 |