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.
Inherited Members
System.Object.ToString()
System.Object.Equals(System.Object)
System.Object.Equals(System.Object, System.Object)
System.Object.ReferenceEquals(System.Object, System.Object)
System.Object.GetHashCode()
System.Object.GetType()
System.Object.MemberwiseClone()
Namespace: Telerik.Pivot.Queryable.Groups
Assembly: Telerik.WinControls.PivotGrid.dll
Syntax
public class QueryableWeekGroup : QueryableGroup
Constructors
QueryableWeekGroup()
Declaration
public QueryableWeekGroup()
Properties
Date
Gets the Date part of the group.
Declaration
public DateTime Date { get; }
Property Value
System.DateTime
|
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
|
Year
Gets the Year part of the group.
Declaration
public int Year { get; set; }
Property Value
System.Int32
|