asposecells.api

Class DateTimeGroupingType

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

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

    • Field Detail

      • DAY

        const int DAY
        Group by day.
      • HOUR

        const int HOUR
        Group by hour.
      • MINUTE

        const int MINUTE
        Group by Minute.
      • MONTH

        const int MONTH
        Group by Month.
      • SECOND

        const int SECOND
        Group by Second.
      • YEAR

        const int YEAR
        Group by Year.