FlowWright.cDevDeAPI Namespace
FlowWright.cDevDecisionEngine Namespace

deRuntime..::..archiveInstancesByUpdateDate Method (DateTime, DateTime)

Archives the instances by update date.

Namespace:  FlowWright.cDevDeAPI
Assembly:  cDevDeAPI (in cDevDeAPI.dll)

Syntax


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.