aspose.cells

Class PivotDateTimeRangeGroupSettings

Represents the field grouped by date time range.

Property Getters/Setters Summary
functiongetEnd()
Gets the end date time of the group.
functiongetGroupByTypes()
Gets the types of grouping by date time.
functiongetInterval()
Gets the internal of the group.
functiongetStart()
Gets the start date time of the group.
functiongetType()
Gets the data time group type. The value of the property is PivotFieldGroupType integer constant.
 
Method Summary
functionisGroupedBy(type)
Check whether the field is grouped by the type.
 

    • Property Getters/Setters Detail

      • getType : Number 

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

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

        function getEnd()
        
        Gets the end date time of the group.
      • getInterval : Number 

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

        function getGroupByTypes()
        
        Gets the types of grouping by date time.
    • Method Detail

      • isGroupedBy

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