Utility class containing constants.
Specifies how to group dateTime values.
Field Summary |
const int | DAY | |
Group by day.
|
const int | HOUR | |
Group by hour.
|
const int | MINUTE | |
Group by Minute.
|
const int | MONTH | |
Group by Month.
|
const int | SECOND | |
Group by Second.
|
const int | YEAR | |
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.