Class
QueryableMinuteGroup

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

Inheritance: objectQueryableGroupQueryableMinuteGroup

Inherited Members QueryableGroup.IsValid

Constructors

QueryableMinuteGroup()

Declaration

cs-api-definition
public QueryableMinuteGroup()

Properties

Minute

Gets the Minute part of the group.

Declaration

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

Property Value

int