Represents a collection of PropertyDefinitionDateTime objects. To create an instance of this object,
call Factory.PropertyDefinitionDateTime.CreateList().
Namespace:
FileNet.Api.Collection
Assembly:
FileNet.Api (in FileNet.Api.dll)
Syntax
| Visual Basic (Declaration) |
|---|
<ObsoleteAttribute("As of release 5.0.0.")> _ Public Interface IPropertyDefinitionDateTimeList _ Implements IPropertyDefinitionList, IDependentObjectList, IEngineCollection, ICloneable, _ IList, ICollection, IEnumerable |
| C# |
|---|
[ObsoleteAttribute("As of release 5.0.0.")] public interface IPropertyDefinitionDateTimeList : IPropertyDefinitionList, IDependentObjectList, IEngineCollection, ICloneable, IList, ICollection, IEnumerable |
| Visual C++ |
|---|
[ObsoleteAttribute(L"As of release 5.0.0.")] public interface class IPropertyDefinitionDateTimeList : IPropertyDefinitionList, IDependentObjectList, IEngineCollection, ICloneable, IList, ICollection, IEnumerable |
| JavaScript |
|---|
FileNet.Api.Collection.IPropertyDefinitionDateTimeList = function(); FileNet.Api.Collection.IPropertyDefinitionDateTimeList.createInterface('FileNet.Api.Collection.IPropertyDefinitionDateTimeList'); |