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