FlowWright.cDevDeAPI Namespace
FlowWright.cDevDecisionEngine Namespace

clsDBErrorProvider..::..getEntriesByDate Method

Gets the entries by date.

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

Syntax


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

Parameters

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

Return Value

DataTable.