[]
Serializable, Comparable<PivotFieldDateGroupBy>, ConstableUse these values with PivotFieldDateGroupOptions.setGroupBy(java.util.Collection) when grouping a IPivotField by date or time. Multiple values can be used together.
PivotFieldDateGroupOptions options = new PivotFieldDateGroupOptions();
options.setGroupBy(java.util.Arrays.asList(PivotFieldDateGroupBy.Months, PivotFieldDateGroupBy.Years));
List<PivotFieldDateGroupBy> groupBy = options.getGroupBy();
Enum.EnumDesc<E extends Enum<E>>static PivotFieldDateGroupBystatic PivotFieldDateGroupBy[]values()PivotFieldDateGroupOptions.getDays().name - the name of the enum constant to be returned.IllegalArgumentException - if this enum class has no constant with the specified nameNullPointerException - if the argument is null