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