Table of Contents

Enum DateGrouping

Namespace
Dynamicweb.Tracking.Reporting
Assembly
Dynamicweb.Core.dll

Date grouping type.

public enum DateGrouping

Fields

Date = 0

Group by day.

Day = 5

Group by day.

Month = 2

Group by month.

Time = 4

Group by time of day.

Week = 1

Group by week.

Year = 3

Group by year.

To top