Class SecondGroup
Used for Name values of IGroups that are grouping by System.DateTime. The SecondGroup contains the items with System.DateTime values with the same Second.
Inheritance
Namespace: Telerik.Pivot.Core.Groups
Assembly: Telerik.Pivot.Core.dll
Syntax
public sealed class SecondGroup : ValueType, IComparable, IComparable<SecondGroup>, IEquatable<SecondGroup>
Constructors
SecondGroup(Int32)
Initializes a new instance of the SecondGroup struct.
Declaration
public SecondGroup(int second)
Parameters
System.Int32
second
The second which this SecondGroup will represents. |
SecondGroup(Int32, CultureInfo)
Initializes a new instance of the SecondGroup struct.
Declaration
public SecondGroup(int second, CultureInfo culture)
Parameters
System.Int32
second
The second which this SecondGroup will represents. |
System.Globalization.CultureInfo
culture
The culture. |
Properties
Second
Gets the Second this SecondGroup represents.
Declaration
public int Second { get; set; }
Property Value
System.Int32
|
Methods
CompareTo(Object)
Declaration
public int CompareTo(object obj)
Parameters
System.Object
obj
|
Returns
System.Int32
|
CompareTo(SecondGroup)
Declaration
public int CompareTo(SecondGroup other)
Parameters
SecondGroup
other
|
Returns
System.Int32
|
Equals(Object)
Declaration
public override bool Equals(object obj)
Parameters
System.Object
obj
|
Returns
System.Boolean
|
Equals(SecondGroup)
Declaration
public bool Equals(SecondGroup other)
Parameters
SecondGroup
other
|
Returns
System.Boolean
|
GetHashCode()
Declaration
public override int GetHashCode()
Returns
System.Int32
|
ToString()
Declaration
public override string ToString()
Returns
System.String
|
Operators
Equality(SecondGroup, SecondGroup)
Determines whether two specified instances of SecondGroup are equal.
Declaration
public static bool operator ==(SecondGroup left, SecondGroup right)
Parameters
SecondGroup
left
The first object to compare. |
SecondGroup
right
The second object to compare. |
Returns
System.Boolean
true if |
GreaterThan(SecondGroup, SecondGroup)
Determines whether one specified SecondGroup is greater than another specified SecondGroup.
Declaration
public static bool operator>(SecondGroup left, SecondGroup right)
Parameters
SecondGroup
left
The first object to compare. |
SecondGroup
right
The second object to compare. |
Returns
System.Boolean
true if |
GreaterThanOrEqual(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
SecondGroup
left
The first object to compare. |
SecondGroup
right
The second object to compare. |
Returns
System.Boolean
true if |
Inequality(SecondGroup, SecondGroup)
Determines whether two specified instances of SecondGroup are not equal.
Declaration
public static bool operator !=(SecondGroup left, SecondGroup right)
Parameters
SecondGroup
left
The first object to compare. |
SecondGroup
right
The second object to compare. |
Returns
System.Boolean
true if |
LessThan(SecondGroup, SecondGroup)
Determines whether one specified SecondGroup is less than another specified SecondGroup.
Declaration
public static bool operator <(SecondGroup left, SecondGroup right)
Parameters
SecondGroup
left
The first object to compare. |
SecondGroup
right
The second object to compare. |
Returns
System.Boolean
true if |
LessThanOrEqual(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
SecondGroup
left
The first object to compare. |
SecondGroup
right
The second object to compare. |
Returns
System.Boolean
true if |