Locates the named parameter in the parameter bag and returns the value of
the object it holds.
Namespace:
FileNet.Api.Action
Assembly:
FileNet.Api (in FileNet.Api.dll)
Visual Basic (Declaration) |
---|
Public Overridable Function GetDateTimeValue ( _
name As String _
) As Nullable(Of DateTime) |
C# |
---|
public virtual Nullable<DateTime> GetDateTimeValue(
string name
) |
Visual C++ |
---|
public:
virtual Nullable<DateTime> GetDateTimeValue(
String^ name
) |
JavaScript |
---|
function getDateTimeValue(name); |
Parameters
- name
- Type: System..::.String
A String that specifies the parameter name to retrieve.
Return Value
The value of the parameter as a
Date object. Returns
Null
if the parameter cannot be found in the parameter bag.