com.aspose.cells
Class DateTimeGroupItem

java.lang.Object
    extended by com.aspose.cells.DateTimeGroupItem

public class DateTimeGroupItem 
extends java.lang.Object

Represents the datetime's group setting.

Constructor Summary
DateTimeGroupItem(int type, int year, int month, int day, int hour, int minute, int second)
          
 
Property Getters/Setters Summary
intgetDateTimeGroupingType()
voidsetDateTimeGroupingType(int value)
           Gets and sets the group type. The value of the property is DateTimeGroupingType integer constant.
intgetDay()
voidsetDay(int value)
           Gets and sets the day of the grouped date time.
intgetHour()
voidsetHour(int value)
           Gets and sets the hour of the grouped date time.
intgetMinute()
voidsetMinute(int value)
           Gets and sets the minute of the grouped date time.
DateTimegetMinValue()
           Gets the min value.
intgetMonth()
voidsetMonth(int value)
           Gets and sets the month of the grouped date time.
intgetSecond()
voidsetSecond(int value)
           Gets and sets the second of the grouped date time.
intgetYear()
voidsetYear(int value)
           Gets and sets the year of the grouped date time.
 

Constructor Detail

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 DateTime getMinValue()
Gets the min value.

getDateTimeGroupingType/setDateTimeGroupingType

public int getDateTimeGroupingType() / public void setDateTimeGroupingType(int value)
Gets and sets the group type. The value of the property is DateTimeGroupingType integer constant.

getYear/setYear

public int getYear() / public void setYear(int value)
Gets and sets the year of the grouped date time.

getMonth/setMonth

public int getMonth() / public void setMonth(int value)
Gets and sets the month of the grouped date time.

getDay/setDay

public int getDay() / public void setDay(int value)
Gets and sets the day of the grouped date time.

getHour/setHour

public int getHour() / public void setHour(int value)
Gets and sets the hour of the grouped date time.

getMinute/setMinute

public int getMinute() / public void setMinute(int value)
Gets and sets the minute of the grouped date time.

getSecond/setSecond

public int getSecond() / public void setSecond(int value)
Gets and sets the second of the grouped date time.

See Also:
          Aspose.Cells Documentation - the home page for the Aspose.Cellss Product Documentation.
          Aspose.Cells Support Forum - our preferred method of support.