java.lang.Object
com.aspose.cells.DateTimeGroupItem
public class DateTimeGroupItem
- extends java.lang.Object
Constructor Summary |
DateTimeGroupItem(int type, int year, int month, int day, int hour, int minute, int second)
|
DateTimeGroupItem
public DateTimeGroupItem(int type, int year, int month, int day, int hour, int minute, int second)
- Parameters:
type
- A DateTimeGroupingType value. year
- month
- day
- hour
- minute
- second
-
Property Getters/Setters Detail |
getMinValue | |
public com.aspose.cells.DateTime getMinValue()
|
-
getDateTimeGroupingType/setDateTimeGroupingType | |
public int getDateTimeGroupingType() / public void setDateTimeGroupingType(int value)
|
- The value of the property is DateTimeGroupingType integer constant.
getYear/setYear | |
public int getYear() / public void setYear(int value)
|
-
getMonth/setMonth | |
public int getMonth() / public void setMonth(int value)
|
-
getDay/setDay | |
public int getDay() / public void setDay(int value)
|
-
getHour/setHour | |
public int getHour() / public void setHour(int value)
|
-
getMinute/setMinute | |
public int getMinute() / public void setMinute(int value)
|
-
getSecond/setSecond | |
public int getSecond() / public void setSecond(int value)
|
-
See Also:
Aspose.Cells Documentation - the home page for the Aspose.Cellss Product Documentation.
Aspose.Cells Support Forum - our preferred method of support.