Archives the instances by update date.
Namespace:
FlowWright.cDevDeAPI
Assembly:
cDevDeAPI (in cDevDeAPI.dll)
public bool archiveInstancesByUpdateDate(
DateTime oStartDate,
DateTime oEndDate
)
Public Function archiveInstancesByUpdateDate ( _
oStartDate As DateTime, _
oEndDate As DateTime _
) As Boolean
public:
bool^ archiveInstancesByUpdateDate(
DateTime^ oStartDate,
DateTime^ oEndDate
)
Parameters
- oStartDate
- Type: DateTime
The o start date.
- oEndDate
- Type: DateTime
The o end date.
Return Value
true if XXXX,
false otherwise.