FlowWright.cDevDeAPI Namespace
FlowWright.cDevDecisionEngine Namespace

IErrorProvider..::..getEntriesByDate Method

Gets the entries by date.

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

Syntax


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

Parameters

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

Return Value

DataTable.