Locates a PropertyDateTime 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 GetDateTimeValue ( _
propertyName As String _
) As Nullable(Of DateTime) |
| C# |
|---|
Nullable<DateTime> GetDateTimeValue(
string propertyName
) |
| Visual C++ |
|---|
Nullable<DateTime> GetDateTimeValue(
String^ propertyName
) |
| JavaScript |
|---|
function getDateTimeValue(propertyName); |
Parameters
- propertyName
- Type: System..::.String
A String specifying a property name.
Return Value
A
Date specifying the value of the property.