Class
QueryableWeekGroup

Used for internal grouping by weeks. 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 class QueryableWeekGroup : QueryableGroup

Inheritance: objectQueryableGroupQueryableWeekGroup

Inherited Members QueryableGroup.IsValid

Constructors

QueryableWeekGroup()

Declaration

cs-api-definition
public QueryableWeekGroup()

Properties

Date

Gets the Date part of the group.

Declaration

cs-api-definition
public DateTime Date { get; }

Property Value

DateTime

Day

Gets the Day part of the group.

Declaration

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

Property Value

int

Month

Gets the Month part of the group.

Declaration

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

Property Value

int

Year

Gets the Year part of the group.

Declaration

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

Property Value

int