StructHourGroup
Struct
Used for Name values of IGroups that are grouping by DateTime. The HourGroup contains the items with DateTime values with the same Hour.
Definition
Namespace:Telerik.Pivot.Core.Groups
Assembly:Telerik.Pivot.Core.dll
Syntax:
cs-api-definition
public struct HourGroup : IComparable, IComparable<HourGroup>, IEquatable<HourGroup>
Implements:
Constructors
HourGroup(int)
Initializes a new instance of the HourGroup struct.
Declaration
cs-api-definition
public HourGroup(int hour)
Parameters
hour
The hour which this HourGroup will represents.
HourGroup(int, CultureInfo)
Initializes a new instance of the HourGroup struct.
Declaration
cs-api-definition
public HourGroup(int hour, CultureInfo culture)
Parameters
hour
The hour which this HourGroup will represents.
culture
The culture.
Properties
Methods
Operators
operator !=(HourGroup, HourGroup)
Determines whether two specified instances of HourGroup are not equal.
operator ==(HourGroup, HourGroup)
Determines whether two specified instances of HourGroup are equal.