public class DateTimeGroupItem
Constructor Summary |
---|
DateTimeGroupItem(inttype, intyear, intmonth, intday, inthour, intminute, intsecond)
|
Property Getters/Setters Summary | ||
---|---|---|
int | getDateTimeGroupingType() | |
void | setDateTimeGroupingType(intvalue) | |
Gets and sets the group type. The value of the property is DateTimeGroupingType integer constant. | ||
int | getDay() | |
void | setDay(intvalue) | |
Gets and sets the day of the grouped date time. | ||
int | getHour() | |
void | setHour(intvalue) | |
Gets and sets the hour of the grouped date time. | ||
int | getMinute() | |
void | setMinute(intvalue) | |
Gets and sets the minute of the grouped date time. | ||
com.aspose.cells.DateTime | getMinValue() | |
Gets the min value.
|
||
int | getMonth() | |
void | setMonth(intvalue) | |
Gets and sets the month of the grouped date time. | ||
int | getSecond() | |
void | setSecond(intvalue) | |
Gets and sets the second of the grouped date time. | ||
int | getYear() | |
void | setYear(intvalue) | |
Gets and sets the year of the grouped date time. |
public DateTimeGroupItem(int type, int year, int month, int day, int hour, int minute, int second)
type
- A year
- month
- day
- hour
- minute
- second
- public com.aspose.cells.DateTime getMinValue()
public int getDateTimeGroupingType() / public void setDateTimeGroupingType(int value)
public int getYear() / public void setYear(int value)
public int getMonth() / public void setMonth(int value)
public int getDay() / public void setDay(int value)
public int getHour() / public void setHour(int value)
public int getMinute() / public void setMinute(int value)
public int getSecond() / public void setSecond(int value)