Locates a PropertyDateTimeList property by name in this Properties collection and returns the value it holds.


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

Syntax

Visual Basic (Declaration)
Function GetDateTimeListValue( _ 
   ByVal propertyName As String _ 
) As IDateTimeList
C#
IDateTimeList GetDateTimeListValue(
   string propertyName
)
C++
IDateTimeList GetDateTimeListValue(
   String propertyName
) abstract 
J#
IDateTimeList GetDateTimeListValue(
   string propertyName
)
JScript
function GetDateTimeListValue(
   propertyName : String
) : IDateTimeList

Parameters

propertyName
A String specifying a property name.

Return Value

A DateTimeList collection specifying the value of the property.

Exceptions

Exception TypeCondition
EngineRuntimeException Thrown if the property cannot be found in the collection or or is not a PropertyDateTimeList instance.

See Also