Class
QueryableHourGroup

Used for internal grouping by hours. 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 QueryableHourGroup : QueryableGroup

Inheritance: objectQueryableGroupQueryableHourGroup

Inherited Members QueryableGroup.IsValid

Constructors

QueryableHourGroup()

Declaration

cs-api-definition
public QueryableHourGroup()

Properties

Hour

Gets the Hour part of the group.

Declaration

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

Property Value

int