Gets the summary by date.
Namespace:
FlowWright.cDevErrorProvider
Assembly:
cDevErrorProvider (in cDevErrorProvider.dll)
Dictionary<string, long> getSummaryByDate(
DateTime oStartDate,
DateTime oEndDate
)
Function getSummaryByDate ( _
oStartDate As DateTime, _
oEndDate As DateTime _
) As Dictionary(Of String, Long)
Dictionary<String^, long long^>^ getSummaryByDate(
DateTime^ oStartDate,
DateTime^ oEndDate
)
Parameters
- oStartDate
- Type: DateTime
The o start date.
- oEndDate
- Type: DateTime
The o end date.
Return Value
Dictionary<System.String, System.Int64>.