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()
method
           Gets and sets the group type. The value of the property is DateTimeGroupingType integer constant.
methodgetDay()
method
setDay(value)
           Gets and sets the day of the grouped date time.
methodgetHour()
method
setHour(value)
           Gets and sets the hour of the grouped date time.
methodgetMinute()
method
setMinute(value)
           Gets and sets the minute of the grouped date time.
methodgetMinValue()
Gets the min value.
methodgetMonth()
method
setMonth(value)
           Gets and sets the month of the grouped date time.
methodgetSecond()
method
setSecond(value)
           Gets and sets the second of the grouped date time.
methodgetYear()
method
setYear(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.