FlowWright.cDevDeAPI Namespace
FlowWright.cDevDecisionEngine Namespace

deBusinessIntelligence..::..getArchivedEventByStatus Method

Gets the archived event by status.

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

Syntax


public DataTable getArchivedEventByStatus(
	Nullable<DateTime> oStartDate,
	Nullable<DateTime> oEndDate
)
Public Function getArchivedEventByStatus ( _
	oStartDate As Nullable(Of DateTime), _
	oEndDate As Nullable(Of DateTime) _
) As DataTable
public:
DataTable^ getArchivedEventByStatus(
	Nullable<DateTime^> oStartDate, 
	Nullable<DateTime^> oEndDate
)

Parameters

oStartDate
Type: Nullable<(Of <(<'DateTime>)>)>
The o start date.
oEndDate
Type: Nullable<(Of <(<'DateTime>)>)>
The o end date.

Return Value

DataTable.