asposecells.api

Class PivotDateTimeRangeGroupSettings

Represents the field grouped by date time range.

Property Getters/Setters Summary
methodgetEnd()
Gets the end date time of the group.
methodgetGroupByTypes()
Gets the types of grouping by date time.
methodgetInterval()
Gets the internal of the group.
methodgetStart()
Gets the start date time of the group.
methodgetType()
Gets the data time group type. The value of the property is PivotFieldGroupType integer constant.
 
Method Summary
methodisGroupedBy(type)
Check whether the field is grouped by the type.
 

    • Property Getters/Setters Detail

      • getType : int 

        int getType()
        
        Gets the data time group type. The value of the property is PivotFieldGroupType integer constant.
      • getStart : DateTime 

        DateTime getStart()
        
        Gets the start date time of the group.
      • getEnd : DateTime 

        DateTime getEnd()
        
        Gets the end date time of the group.
      • getInterval : float 

        float getInterval()
        
        Gets the internal of the group.
      • getGroupByTypes : int[] 

        int[] getGroupByTypes()
        
        Gets the types of grouping by date time.
    • Method Detail

      • isGroupedBy

        boolean isGroupedBy(type)
        Check whether the field is grouped by the type.
        Parameters:
        type: int - A PivotGroupByType value. The group type
        Returns: