Removes the engine alerts by period.
Namespace:
FlowWright.cDevDeAPI
Assembly:
cDevDeAPI (in cDevDeAPI.dll)
public bool removeEngineAlertsByPeriod(
DateTime startDate,
DateTime endDate
)
Public Function removeEngineAlertsByPeriod ( _
startDate As DateTime, _
endDate As DateTime _
) As Boolean
public:
bool^ removeEngineAlertsByPeriod(
DateTime^ startDate,
DateTime^ endDate
)
Parameters
- startDate
- Type: DateTime
The start date.
- endDate
- Type: DateTime
The end date.
Return Value
true if XXXX,
false otherwise.