public class DateTimeGroupItem
extends java.lang.Object
| Constructor and Description |
|---|
DateTimeGroupItem(int type,
int year,
int month,
int day,
int hour,
int minute,
int second) |
| Modifier and Type | Method and Description |
|---|---|
int |
getDateTimeGroupingType()
Gets the group type.
|
int |
getDay()
Gets the day of the grouped date time.
|
int |
getHour()
Gets the hour of the grouped date time.
|
int |
getMinute()
Gets the minute of the grouped date time.
|
DateTime |
getMinValue()
Gets the min value.
|
int |
getMonth()
Gets the month of the grouped date time.
|
int |
getSecond()
Gets the second of the grouped date time.
|
int |
getYear()
Gets the year of the grouped date time.
|
void |
setDateTimeGroupingType(int value)
Sets the group type.
|
void |
setDay(int value)
Sets the day of the grouped date time.
|
void |
setHour(int value)
Sets the hour of the grouped date time.
|
void |
setMinute(int value)
Sets the minute of the grouped date time.
|
void |
setMonth(int value)
Sets the month of the grouped date time.
|
void |
setSecond(int value)
Sets the second of the grouped date time.
|
void |
setYear(int value)
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 - DateTimeGroupingType.year - month - day - hour - minute - second - public DateTime getMinValue()
public int getDateTimeGroupingType()
See DateTimeGroupingType.
public void setDateTimeGroupingType(int value)
See DateTimeGroupingType.
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)
See Also:
Aspose.Cells Documentation - the home page for the Aspose.Cells Product Documentation.
Aspose.Cells Support Forum - our preferred method of support.
We guarantee a prompt response to any inquiry!
© Aspose Pty Ltd 2003-2025. All Rights Reserved.