Constructor Summary |
---|
DateTimeGroupItem(type, year, month, day, hour, minute, second)
|
Property Getters/Setters Summary | ||
---|---|---|
method | getDateTimeGroupingType() | |
method | setDateTimeGroupingType(value) | |
Gets and sets the group type. The value of the property is DateTimeGroupingType integer constant. | ||
method | getDay() | |
method | setDay(value) | |
Gets and sets the day of the grouped date time. | ||
method | getHour() | |
method | setHour(value) | |
Gets and sets the hour of the grouped date time. | ||
method | getMinute() | |
method | setMinute(value) | |
Gets and sets the minute of the grouped date time. | ||
method | getMinValue() | |
Gets the min value.
|
||
method | getMonth() | |
method | setMonth(value) | |
Gets and sets the month of the grouped date time. | ||
method | getSecond() | |
method | setSecond(value) | |
Gets and sets the second of the grouped date time. | ||
method | getYear() | |
method | setYear(value) | |
Gets and sets the year of the grouped date time. |
DateTimeGroupItem(type, year, month, day, hour, minute, second)
type: int
- A year: int
- month: int
- day: int
- hour: int
- minute: int
- second: int
- DateTime getMinValue()
int getDateTimeGroupingType() / setDateTimeGroupingType(value)
int getYear() / setYear(value)
int getMonth() / setMonth(value)
int getDay() / setDay(value)
int getHour() / setHour(value)
int getMinute() / setMinute(value)
int getSecond() / setSecond(value)