StructQuarterGroup
Used for Name values of IGroups that are grouping by DateTime. The QuarterGroup contains the items with DateTime values with the same Quarter.
Definition
Namespace:Telerik.Pivot.Core.Groups
Assembly:Telerik.Pivot.Core.dll
Syntax:
public struct QuarterGroup : IComparable, IComparable<QuarterGroup>, IEquatable<QuarterGroup>
Implements:
Constructors
QuarterGroup(int)
Initializes a new instance of the QuarterGroup struct.
Declaration
public QuarterGroup(int quarter)
Parameters
quarter
The quarter which this QuarterGroup will represents.
QuarterGroup(int, CultureInfo)
Initializes a new instance of the QuarterGroup struct.
Declaration
public QuarterGroup(int quarter, CultureInfo culture)
Parameters
quarter
The quarter which this QuarterGroup will represents.
culture
The culture.
Properties
Quarter
Gets the Quarter this QuarterGroup represents.
Methods
CompareTo(QuarterGroup)
Declaration
public int CompareTo(QuarterGroup other)
Parameters
other
Returns
Implements
Equals(QuarterGroup)
Declaration
public bool Equals(QuarterGroup other)
Parameters
other
Returns
Implements
Operators
operator !=(QuarterGroup, QuarterGroup)
Determines whether two specified instances of QuarterGroup are not equal.
Declaration
public static bool operator !=(QuarterGroup left, QuarterGroup right)
Parameters
left
The first object to compare.
right
The second object to compare.
Returns
true if left and right do not represent the same quarter group; otherwise, false.
operator <(QuarterGroup, QuarterGroup)
Determines whether one specified QuarterGroup is less than another specified QuarterGroup.
Declaration
public static bool operator <(QuarterGroup left, QuarterGroup right)
Parameters
left
The first object to compare.
right
The second object to compare.
Returns
true if left is less than right; otherwise, false.
operator <=(QuarterGroup, QuarterGroup)
Determines whether one specified QuarterGroup is less than or equal to another specified QuarterGroup.
Declaration
public static bool operator <=(QuarterGroup left, QuarterGroup right)
Parameters
left
The first object to compare.
right
The second object to compare.
Returns
true if left is less than or equal to right; otherwise, false.
operator ==(QuarterGroup, QuarterGroup)
Determines whether two specified instances of QuarterGroup are equal.
Declaration
public static bool operator ==(QuarterGroup left, QuarterGroup right)
Parameters
left
The first object to compare.
right
The second object to compare.
Returns
true if left and right represent the same quarter group; otherwise, false.
operator >(QuarterGroup, QuarterGroup)
Determines whether one specified QuarterGroup is greater than another specified QuarterGroup.
Declaration
public static bool operator >(QuarterGroup left, QuarterGroup right)
Parameters
left
The first object to compare.
right
The second object to compare.
Returns
true if left is greater than right; otherwise, false.
operator >=(QuarterGroup, QuarterGroup)
Determines whether one specified QuarterGroup is greater than or equal to another specified QuarterGroup.
Declaration
public static bool operator >=(QuarterGroup left, QuarterGroup right)
Parameters
left
The first object to compare.
right
The second object to compare.
Returns
true if left is greater than or equal to right; otherwise, false.