Class MonthGroup
Used for Name values of IGroups that are grouping by System.
Inheritance
Namespace: Telerik.Pivot.Core.Groups
Assembly: Telerik.Pivot.Core.dll
Syntax
public sealed class MonthGroup : ValueType, IComparable, IComparable<MonthGroup>, IEquatable<MonthGroup>
Constructors
MonthGroup(Int32)
Initializes a new instance of the Month
Declaration
public MonthGroup(int month)
Parameters
System. The month. |
MonthGroup(Int32, CultureInfo)
Initializes a new instance of the Month
Declaration
public MonthGroup(int month, CultureInfo culture)
Parameters
System. The month. |
System. The culture. |
Properties
Month
Gets the Month this Month
Declaration
public int Month { get; set; }
Property Value
System.
|
Methods
CompareTo(Object)
Declaration
public int CompareTo(object obj)
Parameters
System.
|
Returns
System.
|
CompareTo(MonthGroup)
Equals(Object)
Declaration
public override bool Equals(object obj)
Parameters
System.
|
Returns
System.
|
Equals(MonthGroup)
GetHashCode()
Declaration
public override int GetHashCode()
Returns
System.
|
ToString()
Declaration
public override string ToString()
Returns
System.
|
Operators
Equality(MonthGroup, MonthGroup)
Determines whether two specified instances of Month
Declaration
public static bool operator ==(MonthGroup left, MonthGroup right)
Parameters
Month The first object to compare. |
Month The second object to compare. |
Returns
System. true if |
GreaterThan(MonthGroup, MonthGroup)
Determines whether one specified Month
Declaration
public static bool operator>(MonthGroup left, MonthGroup right)
Parameters
Month The first object to compare. |
Month The second object to compare. |
Returns
System. true if |
GreaterThanOrEqual(MonthGroup, MonthGroup)
Determines whether one specified Month
Declaration
public static bool operator >=(MonthGroup left, MonthGroup right)
Parameters
Month The first object to compare. |
Month The second object to compare. |
Returns
System. true if |
Inequality(MonthGroup, MonthGroup)
Determines whether two specified instances of Month
Declaration
public static bool operator !=(MonthGroup left, MonthGroup right)
Parameters
Month The first object to compare. |
Month The second object to compare. |
Returns
System. true if |
LessThan(MonthGroup, MonthGroup)
Determines whether one specified Month
Declaration
public static bool operator <(MonthGroup left, MonthGroup right)
Parameters
Month The first object to compare. |
Month The second object to compare. |
Returns
System. true if |
LessThanOrEqual(MonthGroup, MonthGroup)
Determines whether one specified Month
Declaration
public static bool operator <=(MonthGroup left, MonthGroup right)
Parameters
Month The first object to compare. |
Month The second object to compare. |
Returns
System. true if |