Specifies a DateTimeList object that contains the list of DateTime values that can be assigned to the property described by this PropertyDescriptionDateTime object.


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

Syntax

Visual Basic (Declaration)
ReadOnly Property PropertySelectionsDateTime As IDateTimeList
C#
IDateTimeList PropertySelectionsDateTime { get; }
C++
property IDateTimeList PropertySelectionsDateTime abstract  {
    IDateTimeList get();
}
J#
/** property */
public IDateTimeList get_PropertySelectionsDateTime();
JScript
public function get PropertySelectionsDateTime() : IDateTimeList

Remarks

See Also