FlowWright.cDevDeAPI Namespace
FlowWright.cDevDecisionEngine Namespace

IErrorProvider..::..removeTodaysEntries Method

Removes the todays entries.

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

Syntax


bool removeTodaysEntries(
	DateTime oStart,
	DateTime oEnd
)
Function removeTodaysEntries ( _
	oStart As DateTime, _
	oEnd As DateTime _
) As Boolean
bool^ removeTodaysEntries(
	DateTime^ oStart, 
	DateTime^ oEnd
)

Parameters

oStart
Type: DateTime
The o start.
oEnd
Type: DateTime
The o end.

Return Value

true if XXXX, false otherwise.