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