FlowWright.cDevDeAPI Namespace
FlowWright.cDevDecisionEngine Namespace

deRuntime..::..getArchivedInstancesByUpdateDate Method

Gets the archived instances by date.

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

Syntax


public DataTable getArchivedInstancesByUpdateDate(
	DateTime oStartDate,
	DateTime oEndDate
)
Public Function getArchivedInstancesByUpdateDate ( _
	oStartDate As DateTime, _
	oEndDate As DateTime _
) As DataTable
public:
DataTable^ getArchivedInstancesByUpdateDate(
	DateTime^ oStartDate, 
	DateTime^ oEndDate
)

Parameters

oStartDate
Type: DateTime
The o start date.
oEndDate
Type: DateTime
The o end date.

Return Value

DataTable.