Oracle® WebCenter Interaction Development Kit 10.3.3.0.0

IObjectQueryRow.GetDateValue Method 

Gets an object property as a date.

object GetDateValue(
   ObjectProperty prop
);

Parameters

prop
The property for which to get a value.

Return Value

The object's property value.

Remarks

Since the property value can be null, it is returned as a boxed System.DateTime.

Exceptions

Exception Type Condition
InvalidCastException The property type is not a date.
PropertyNotRequestedException The property was not requested.

See Also

IObjectQueryRow Interface | Plumtree.Remote.PRC Namespace