FlowWright.cDevDeAPI Namespace
FlowWright.cDevDecisionEngine Namespace

clsDBErrorProvider..::..removeEntriesBeforeDate Method

Removes the entries before date.

Namespace:  FlowWright.cDevErrorProvider
Assembly:  cDevErrorProvider (in cDevErrorProvider.dll)

Syntax


public bool removeEntriesBeforeDate(
	DateTime oDate
)
Public Function removeEntriesBeforeDate ( _
	oDate As DateTime _
) As Boolean
public:
bool^ removeEntriesBeforeDate(
	DateTime^ oDate
)

Parameters

oDate
Type: DateTime
The o date.

Return Value

true if XXXX, false otherwise.