Removes the todays entries.
Namespace:
FlowWright.cDevErrorProvider
Assembly:
cDevErrorProvider (in cDevErrorProvider.dll)
public bool removeTodaysEntries(
DateTime oStart,
DateTime oEnd
)
Public Function removeTodaysEntries ( _
oStart As DateTime, _
oEnd As DateTime _
) As Boolean
public:
bool^ removeTodaysEntries(
DateTime^ oStart,
DateTime^ oEnd
)
Parameters
- oStart
- Type: DateTime
The oStart.
- oEnd
- Type: DateTime
The oEnd
Return Value
true if XXXX,
false otherwise.