java.lang.Object
com.aspose.cells.DateTimeGroupingType
public class DateTimeGroupingType
| Field Summary | ||
|---|---|---|
static final int | DAY | |
| Group by day. | ||
static final int | HOUR | |
| Group by hour. | ||
static final int | MINUTE | |
| Group by Minute. | ||
static final int | MONTH | |
| Group by Month. | ||
static final int | SECOND | |
| Group by Second. | ||
static final int | YEAR | |
| Group by Year. | ||
| Field Detail |
|---|
DAY | |
public static final int DAY | |
HOUR | |
public static final int HOUR | |
MINUTE | |
public static final int MINUTE | |
MONTH | |
public static final int MONTH | |
SECOND | |
public static final int SECOND | |
YEAR | |
public static final int YEAR | |