Spread Windows Forms 12.0 Product Documentation
DateGroupItem Constructor


GrapeCity.Spreadsheet Assembly > GrapeCity.Spreadsheet Namespace > DateGroupItem Structure : DateGroupItem Constructor
The grouping by.
An integer value indicates the filtering year.
An integer value indicates the filtering.
An integer value indicates the filtering day.
An integer value indicates the filtering hour.
An integer value indicates the filtering minute.
An integer value indicates the filtering second.
Initializes a new instance of the DateGroupItem struct.
Syntax
'Declaration
 
Public Function New( _
   ByVal groupingBy As DateTimeGrouping, _
   ByVal year As Integer, _
   Optional ByVal month As Integer, _
   Optional ByVal day As Integer, _
   Optional ByVal hour As Integer, _
   Optional ByVal minute As Integer, _
   Optional ByVal second As Integer _
)
'Usage
 
Dim groupingBy As DateTimeGrouping
Dim year As Integer
Dim month As Integer
Dim day As Integer
Dim hour As Integer
Dim minute As Integer
Dim second As Integer
 
Dim instance As New DateGroupItem(groupingBy, year, month, day, hour, minute, second)
public DateGroupItem( 
   DateTimeGrouping groupingBy,
   int year,
   int month,
   int day,
   int hour,
   int minute,
   int second
)

Parameters

groupingBy
The grouping by.
year
An integer value indicates the filtering year.
month
An integer value indicates the filtering.
day
An integer value indicates the filtering day.
hour
An integer value indicates the filtering hour.
minute
An integer value indicates the filtering minute.
second
An integer value indicates the filtering second.
See Also

Reference

DateGroupItem Structure
DateGroupItem Members