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 | Number | Gets and sets the group type. The value of the property is DateTimeGroupingType integer constant. |
| Year | Number | Gets and sets the year of the grouped date time. |
| Month | Number | Gets and sets the month of the grouped date time. |
| Day | Number | Gets and sets the day of the grouped date time. |
| Hour | Number | Gets and sets the hour of the grouped date time. |
| Minute | Number | Gets and sets the minute of the grouped date time. |
| Second | Number | Gets and sets the second of the grouped date time. |
DateTimeGroupItem(type, year, month, day, hour, minute, second)
| Parameter | Type | Description |
|---|---|---|
| type | Number | A DateTimeGroupingType value. |
| year | Number | |
| month | Number | |
| day | Number | |
| hour | Number | |
| minute | Number | |
| second | Number |
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: Number
DateTimeGroupItem.Year property
Gets and sets the year of the grouped date time.
Type: Number
DateTimeGroupItem.Month property
Gets and sets the month of the grouped date time.
Type: Number
DateTimeGroupItem.Day property
Gets and sets the day of the grouped date time.
Type: Number
DateTimeGroupItem.Hour property
Gets and sets the hour of the grouped date time.
Type: Number
DateTimeGroupItem.Minute property
Gets and sets the minute of the grouped date time.
Type: Number
DateTimeGroupItem.Second property
Gets and sets the second of the grouped date time.
Type: Number