IErrorProvider..::..getEntriesByDate Method
Gets the entries by date.
Namespace:
FlowWright.cDevErrorProviderAssembly: 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.