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