DateTimeGroupItem
Contents
[
Hide
]DateTimeGroupItem class
Represents the datetime’s group setting.
Constructors
| Name | Description |
|---|---|
| DateTimeGroupItem |
Properties
| Name | Type | Description |
|---|---|---|
| MinValue | DateTime | Gets the min value. |
| DateTimeGroupingType | int | Gets and sets the group type. The value of the property is DateTimeGroupingType integer constant. |
| Year | int | Gets and sets the year of the grouped date time. |
| Month | int | Gets and sets the month of the grouped date time. |
| Day | int | Gets and sets the day of the grouped date time. |
| Hour | int | Gets and sets the hour of the grouped date time. |
| Minute | int | Gets and sets the minute of the grouped date time. |
| Second | int | Gets and sets the second of the grouped date time. |
DateTimeGroupItem(type, year, month, day, hour, minute, second)
| Parameter | Type | Description |
|---|---|---|
| type | int | A DateTimeGroupingType value. |
| year | int | |
| month | int | |
| day | int | |
| hour | int | |
| minute | int | |
| second | int |
DateTimeGroupItem.MinValue property
Gets the min value.
Type: DateTime
DateTimeGroupItem.DateTimeGroupingType property
Gets and sets the group type. The value of the property is DateTimeGroupingType integer constant.
Type: int
DateTimeGroupItem.Year property
Gets and sets the year of the grouped date time.
Type: int
DateTimeGroupItem.Month property
Gets and sets the month of the grouped date time.
Type: int
DateTimeGroupItem.Day property
Gets and sets the day of the grouped date time.
Type: int
DateTimeGroupItem.Hour property
Gets and sets the hour of the grouped date time.
Type: int
DateTimeGroupItem.Minute property
Gets and sets the minute of the grouped date time.
Type: int
DateTimeGroupItem.Second property
Gets and sets the second of the grouped date time.
Type: int