[]
Initializes a new instance of the DateGroupItem struct.
public DateGroupItem(DateTimeGrouping groupingBy, int year, int month = 1, int day = 1, int hour = 0, int minute = 0, int second = 0)
Public Sub New(groupingBy As DateTimeGrouping, year As Integer, Optional month As Integer = 1, Optional day As Integer = 1, Optional hour As Integer = 0, Optional minute As Integer = 0, Optional second As Integer = 0)
| Type | Name | Description |
|---|---|---|
| DateTimeGrouping | groupingBy | The grouping by. |
| int | year | An integer value indicates the filtering year. |
| int | month | An integer value indicates the filtering. |
| int | day | An integer value indicates the filtering day. |
| int | hour | An integer value indicates the filtering hour. |
| int | minute | An integer value indicates the filtering minute. |
| int | second | An integer value indicates the filtering second. |