Enum DateGrouping
- Namespace
- Dynamicweb.Tracking.Reporting
- Assembly
- Dynamicweb.Core.dll
Date grouping type.
public enum DateGrouping
Fields
Date = 0Group by day.
Day = 5Group by day.
Month = 2Group by month.
Time = 4Group by time of day.
Week = 1Group by week.
Year = 3Group by year.