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)

Syntax

Visual Basic (Declaration)
Function GetDateTimeListValue() As IDateTimeList
C#
IDateTimeList GetDateTimeListValue()
C++
IDateTimeList GetDateTimeListValue() abstract 
J#
IDateTimeList GetDateTimeListValue()
JScript
function GetDateTimeListValue() : IDateTimeList

Return Value

A DateTimeList object specifying a collection of Date objects.

Exceptions

Exception TypeCondition
API_INVALID_PROPERTY_TYPE Thrown if this method is called by a Property object type other than PropertyDateTimeList.

See Also