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