deMicroServices..::..getStatsByCallDate Method
Gets the stats by call date.
Namespace:
FlowWright.cDevDeAPIAssembly: cDevDeAPI (in cDevDeAPI.dll)
Syntax
public DataTable getStatsByCallDate( DateTime oStartDate, DateTime oEndDate, string sUser )
Public Function getStatsByCallDate ( _ oStartDate As DateTime, _ oEndDate As DateTime, _ sUser As String _ ) As DataTable
public: DataTable^ getStatsByCallDate( DateTime^ oStartDate, DateTime^ oEndDate, String^ sUser )
Parameters
- oStartDate
- Type: DateTime
The o start date.
- oEndDate
- Type: DateTime
The o end date.
- sUser
- Type: String
The s user.