Returns the value held by the Content Engine property represented by this PropertyDateTimeList object.

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

ToggleSyntax

Visual Basic (Declaration)
Function GetDateTimeListValue As IDateTimeList
C#
IDateTimeList GetDateTimeListValue()
Visual C++
IDateTimeList^ GetDateTimeListValue()
JavaScript
function getDateTimeListValue();

Return Value

A DateTimeList object specifying a collection of Date objects.

ToggleExceptions

ExceptionCondition
ExceptionCode..::.API_INVALID_PROPERTY_TYPE Thrown if this method is called by a Property object type other than PropertyDateTimeList.

ToggleSee Also