DayGroup
Struct
Definition
Namespace:Telerik.Pivot.Core.Groups
Assembly:Telerik.WinControls.PivotGrid.dll
Syntax:
C#
public struct DayGroup : IComparable, IComparable<DayGroup>, IEquatable<DayGroup>
Implements:
Constructors
Initializes a new instance of the DayGroup struct.
C#
public DayGroup(int month, int day, CultureInfo culture)
The month which this DayGroup will represents.
dayintThe day which this DayGroup will represents.
cultureCultureInfoThe culture.