Click or drag to resize
Infosoft Logo

InfoWebXMLWebServiceGetCirculationStatistics Method

Get circulation statistics between startdate and enddate

Namespace: Infosoft.Webservices
Assembly: Infosoft.Webservices (in Infosoft.Webservices.dll) Version: 4.00.0.0
Syntax
public List<CirculationStatistics> GetCirculationStatistics(
	DateTime startDate,
	DateTime endDate
)

Parameters

startDate  DateTime
The startdate for search
endDate  DateTime
The enddate for search

Return Value

ListCirculationStatistics
A list of circulation statistics
See Also