aspose.cells

Class DateTimeGroupingType

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

Field Summary
const  NumberDAY
Group by day.
const  NumberHOUR
Group by hour.
const  NumberMINUTE
Group by Minute.
const  NumberMONTH
Group by Month.
const  NumberSECOND
Group by Second.
const  NumberYEAR
Group by Year.
 

    • Field Detail

      • DAY

        const Number DAY
        Group by day.
      • HOUR

        const Number HOUR
        Group by hour.
      • MINUTE

        const Number MINUTE
        Group by Minute.
      • MONTH

        const Number MONTH
        Group by Month.
      • SECOND

        const Number SECOND
        Group by Second.
      • YEAR

        const Number YEAR
        Group by Year.