Removes the instance before start date.
Namespace:
FlowWright.cDevDeAPI
Assembly:
cDevDeAPI (in cDevDeAPI.dll)
public bool removeInstanceBeforeStartDate(
DateTime oStartDate
)
Public Function removeInstanceBeforeStartDate ( _
oStartDate As DateTime _
) As Boolean
public:
bool^ removeInstanceBeforeStartDate(
DateTime^ oStartDate
)
Parameters
- oStartDate
- Type: DateTime
The o start date.
Return Value
true if XXXX,
false otherwise.