asposecells.api
Class DateTimeGroupItem

Represents the datetime's group setting.

Constructor Summary
DateTimeGroupItem(type, year, month, day, hour, minute, second)
          
 
Property Getters/Setters Summary
methodgetDateTimeGroupingType()
methodsetDateTimeGroupingType(value)
           Gets and sets the group type. The value of the property is DateTimeGroupingType integer constant.
methodgetDay()
methodsetDay(value)
           Gets and sets the day of the grouped date time.
methodgetHour()
methodsetHour(value)
           Gets and sets the hour of the grouped date time.
methodgetMinute()
methodsetMinute(value)
           Gets and sets the minute of the grouped date time.
methodgetMinValue()
           Gets the min value.
methodgetMonth()
methodsetMonth(value)
           Gets and sets the month of the grouped date time.
methodgetSecond()
methodsetSecond(value)
           Gets and sets the second of the grouped date time.
methodgetYear()
methodsetYear(value)
           Gets and sets the year of the grouped date time.
 

Constructor Detail

DateTimeGroupItem

DateTimeGroupItem(type, year, month, day, hour, minute, second)
Parameters:
type: int - A DateTimeGroupingType value.
year: int -
month: int -
day: int -
hour: int -
minute: int -
second: int -

Property Getters/Setters Detail

getMinValue : DateTime 

DateTime getMinValue()
Gets the min value.

getDateTimeGroupingType/setDateTimeGroupingType : int 

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

getYear/setYear : int 

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

getMonth/setMonth : int 

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

getDay/setDay : int 

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

getHour/setHour : int 

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

getMinute/setMinute : int 

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

getSecond/setSecond : int 

int getSecond() / setSecond(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.