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)
| Visual Basic (Declaration) |
|---|
Function GetDateTimeListValue ( _
propertyName As String _
) As IDateTimeList |
| Visual C++ |
|---|
IDateTimeList^ GetDateTimeListValue(
String^ propertyName
) |
| JavaScript |
|---|
function getDateTimeListValue(propertyName); |
Parameters
- propertyName
- Type: System..::.String
A String specifying a property name.
Return Value
A
DateTimeList collection specifying the value of the property.