StructYearGroup
Struct
Used for Name values of IGroups that are grouping by DateTime. The YearGroup contains the items with DateTime values with the same Year.
Definition
Namespace:Telerik.Pivot.Core.Groups
Assembly:Telerik.Pivot.Core.dll
Syntax:
cs-api-definition
public struct YearGroup : IComparable, IComparable<YearGroup>, IEquatable<YearGroup>
Implements:
Constructors
YearGroup(int)
Initializes a new instance of the YearGroup struct.
Declaration
cs-api-definition
public YearGroup(int year)
Parameters
year
The year which this YearGroup will represents.
YearGroup(int, CultureInfo)
Initializes a new instance of the YearGroup struct.
Declaration
cs-api-definition
public YearGroup(int year, CultureInfo culture)
Parameters
year
The year which this YearGroup will represents.
culture
The culture.
Properties
Methods
Operators
operator !=(YearGroup, YearGroup)
Determines whether two specified instances of YearGroup are not equal.
operator ==(YearGroup, YearGroup)
Determines whether two specified instances of YearGroup are equal.