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