public SortableCollection<KeyValuePair<string,int>> GetViewsByBrowser( DateTime startDate, DateTime endDate )
Parameters
- startDate
- The starting date of the date range.
- endDate
- The ending date of the date range.
Return Value
Collection of Key Value pairs where the key is the UserAgent (browser) and the value is the number of views for the browser.