Class QueryableDayGroup
Used for internal grouping by days. This is for internal use only and is not intended to be used directly from your code.
Inherited Members
Namespace: Telerik.Pivot.Queryable.Groups
Assembly: Telerik.Pivot.DataProviders.Queryable.dll
Syntax
public sealed class QueryableDayGroup : QueryableGroup
Constructors
QueryableDayGroup()
Declaration
public QueryableDayGroup()
Properties
Day
Gets the Day part of the group.
Declaration
public int Day { get; set; }
Property Value
System.Int32
|
Month
Gets the Month part of the group.
Declaration
public int Month { get; set; }
Property Value
System.Int32
|