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