PivotDateTimeRangeGroupSettings

Inheritance: java.lang.Object, com.aspose.cells.PivotFieldGroupSettings

public class PivotDateTimeRangeGroupSettings extends PivotFieldGroupSettings

Represents the field grouped by date time range.

Methods

MethodDescription
equals(Object arg0)
getClass()
getEnd()Gets the end date time of the group.
getGroupByTypes()Gets the types of grouping by date time.
getInterval()Gets the internal of the group.
getStart()Gets the start date time of the group.
getType()Gets the data time group type.
hashCode()
isGroupedBy(int type)Check whether the field is grouped by the type.
notify()
notifyAll()
toString()
wait()
wait(long arg0)
wait(long arg0, int arg1)

equals(Object arg0)

public boolean equals(Object arg0)

Parameters:

ParameterTypeDescription
arg0java.lang.Object

Returns: boolean

getClass()

public final native Class<?> getClass()

Returns: java.lang.Class

getEnd()

public DateTime getEnd()

Gets the end date time of the group.

Returns: DateTime

getGroupByTypes()

public int[] getGroupByTypes()

Gets the types of grouping by date time.

See PivotGroupByType.

Returns: int[]

getInterval()

public double getInterval()

Gets the internal of the group.

Returns: double

getStart()

public DateTime getStart()

Gets the start date time of the group.

Returns: DateTime

getType()

public int getType()

Gets the data time group type.

See PivotFieldGroupType.

Returns: int

hashCode()

public native int hashCode()

Returns: int

isGroupedBy(int type)

public boolean isGroupedBy(int type)

Check whether the field is grouped by the type.

Parameters:

ParameterTypeDescription
typeintPivotGroupByType. The group type

Returns: boolean -

notify()

public final native void notify()

notifyAll()

public final native void notifyAll()

toString()

public String toString()

Returns: java.lang.String

wait()

public final void wait()

wait(long arg0)

public final native void wait(long arg0)

Parameters:

ParameterTypeDescription
arg0long

wait(long arg0, int arg1)

public final void wait(long arg0, int arg1)

Parameters:

ParameterTypeDescription
arg0long
arg1int