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)

ToggleSyntax

Visual Basic (Declaration)
Public Interface IPropertyDateTime _
	Implements IProperty, ICloneable
C#
public interface IPropertyDateTime : IProperty, 
	ICloneable
Visual C++
public interface class IPropertyDateTime : IProperty, 
	ICloneable
JavaScript
FileNet.Api.Property.IPropertyDateTime = function();
FileNet.Api.Property.IPropertyDateTime.createInterface('FileNet.Api.Property.IPropertyDateTime');

ToggleSee Also