New to Telerik UI for WinFormsStart a free 30-day trial

Grouping steps for groups based on DateTime values.

Definition

Namespace:Telerik.Pivot.Core

Assembly:Telerik.WinControls.PivotGrid.dll

Syntax:

C#
public enum DateTimeStep

Fields

Group by month and day.

C#
Day = 4

Group by hour.

C#
Hour = 5

Group by minute.

C#
Minute = 6

Group by months.

C#
Month = 2

Group by quarters.

C#
Quarter = 1

Group by second.

C#
Second = 7

Group by weeks.

C#
Week = 3

Group by year.

C#
Year = 0