SortableCollection<KeyValuePair<int,int>> GetViewsByDay( bool includeZeros )
Parameters
- includeZeros
- If true days with zero views are also included
Return Value
A collection of Key Value pairs; each key representing a day
and each value representing the number of views during that day.