Class
QueryableQuarterGroup

Used for internal grouping by quarters. This is for internal use only and is not intended to be used directly from your code.

Definition

Namespace:Telerik.Pivot.Queryable.Groups

Assembly:Telerik.Pivot.DataProviders.Queryable.dll

Syntax:

cs-api-definition
public sealed class QueryableQuarterGroup : QueryableGroup

Inheritance: objectQueryableGroupQueryableQuarterGroup

Inherited Members QueryableGroup.IsValid

Constructors

QueryableQuarterGroup()

Declaration

cs-api-definition
public QueryableQuarterGroup()

Properties

Month

Gets the Month part of the group.

Declaration

cs-api-definition
public int Month { get; set; }

Property Value

int

Quarter

Gets the Quarter part of the group.

Declaration

cs-api-definition
[Obsolete("Not used. Obsoleted after 2017.Q3.")]
public int Quarter { get; set; }

Property Value

int