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