Returns the value held by the Content Engine property represented by this PropertyDateTime object.


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

Syntax

Visual Basic (Declaration)
Function GetDateTimeValue() As Nullable(Of Date)
C#
Nullable<DateTime> GetDateTimeValue()
C++
Nullable<DateTime> GetDateTimeValue() abstract 
J#
Nullable<DateTime> GetDateTimeValue()
JScript
function GetDateTimeValue() : Nullable<DateTime>

Return Value

A Date specifying the property value.

Exceptions

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

See Also