remove entries by date
Namespace:
FlowWright.cDevErrorProvider
Assembly:
cDevErrorProvider (in cDevErrorProvider.dll)
public bool removeTodaysEntries(
DateTime oStart,
DateTime oEnd,
string workflowUserID
)
Public Function removeTodaysEntries ( _
oStart As DateTime, _
oEnd As DateTime, _
workflowUserID As String _
) As Boolean
public:
bool^ removeTodaysEntries(
DateTime^ oStart,
DateTime^ oEnd,
String^ workflowUserID
)
Parameters
- oStart
- Type: DateTime
The o start.
- oEnd
- Type: DateTime
The o end.
- workflowUserID
- Type: String
The workflow user identifier.
Return Value
true if XXXX,
false otherwise.