com.aspose.cells

Class DateTimeGroupingType

  • java.lang.Object
    • com.aspose.cells.DateTimeGroupingType
public class DateTimeGroupingType 
extends java.lang.Object

Utility class containing constants. Specifies how to group dateTime values.

Field Summary
static final intDAY
Group by day.
static final intHOUR
Group by hour.
static final intMINUTE
Group by Minute.
static final intMONTH
Group by Month.
static final intSECOND
Group by Second.
static final intYEAR
Group by Year.
 

    • Field Detail

      • DAY

        public static final int DAY
        Group by day.
      • HOUR

        public static final int HOUR
        Group by hour.
      • MINUTE

        public static final int MINUTE
        Group by Minute.
      • MONTH

        public static final int MONTH
        Group by Month.
      • SECOND

        public static final int SECOND
        Group by Second.
      • YEAR

        public static final int YEAR
        Group by Year.