Represents a collection of PropertyTemplateDateTime objects.


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

Syntax

Visual Basic (Declaration)
Public Interface IPropertyTemplateDateTimeSet
    Implements IPropertyTemplateSet, IReplicableSet, ISubscribableSet, IIndependentObjectSet, IEngineSet, IEngineCollection, IEnumerable, ICloneable
C#
public interface IPropertyTemplateDateTimeSet : IPropertyTemplateSet, IReplicableSet, ISubscribableSet, IIndependentObjectSet, IEngineSet, IEngineCollection, IEnumerable, ICloneable
C++
interface class IPropertyTemplateDateTimeSet : IPropertyTemplateSet, IReplicableSet, ISubscribableSet, IIndependentObjectSet, IEngineSet, IEngineCollection, IEnumerable, ICloneable
J#
public interface IPropertyTemplateDateTimeSet implements IPropertyTemplateSet, IReplicableSet, ISubscribableSet, IIndependentObjectSet, IEngineSet, IEngineCollection, IEnumerable, ICloneable
JScript
public interface IPropertyTemplateDateTimeSet extends IPropertyTemplateSet, IReplicableSet, ISubscribableSet, IIndependentObjectSet, IEngineSet, IEngineCollection, IEnumerable, ICloneable

See Also