com.aspose.cells
Class DateTimeGroupItem

java.lang.Object
    extended by 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)
          
 
Property Getters/Setters Summary
intgetDateTimeGroupingType()
voidsetDateTimeGroupingType(int value)
          The value of the property is DateTimeGroupingType integer constant.
intgetDay()
voidsetDay(int value)
          
intgetHour()
voidsetHour(int value)
          
intgetMinute()
voidsetMinute(int value)
          
com.aspose.cells.DateTimegetMinValue()
          
intgetMonth()
voidsetMonth(int value)
          
intgetSecond()
voidsetSecond(int value)
          
intgetYear()
voidsetYear(int value)
          
 

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 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.