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)

ToggleSyntax

Visual Basic (Declaration)
ReadOnly Property PropertySelectionsDateTime As IDateTimeList
C#
IDateTimeList PropertySelectionsDateTime { get; }
Visual C++
property IDateTimeList^ PropertySelectionsDateTime {
	IDateTimeList^ get ();
}
JavaScript
function get_propertySelectionsDateTime();

ToggleRemarks

ToggleSee Also