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