Represents a Content Engine property that holds a Date object for specifying a date and time.


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

Syntax

Visual Basic (Declaration)
Public Interface IPropertyDateTime
    Implements IProperty, ICloneable
C#
public interface IPropertyDateTime : IProperty, ICloneable
C++
interface class IPropertyDateTime : IProperty, ICloneable
J#
public interface IPropertyDateTime implements IProperty, ICloneable
JScript
public interface IPropertyDateTime extends IProperty, ICloneable

See Also