Plumtree EDK (Enterprise Web Development Kit) 5.4.0

IExtendedData.GetDateValue Method 

Gets an extended object property as a date.

object GetDateValue(
   string name
);

Parameters

name
the property for which to get a value

Return Value

the extended object property value

Remarks

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

Exceptions

Exception Type Condition
InvalidCastException if the property type is not a date

See Also

IExtendedData Interface | Plumtree.Remote.PRC Namespace