Aspose::Cells::Pivot::PivotDateTimeRangeGroupSettings class

PivotDateTimeRangeGroupSettings class

Represents the field grouped by date time range.

class PivotDateTimeRangeGroupSettings : public Aspose::Cells::Pivot::PivotFieldGroupSettings

Methods

MethodDescription
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.
IsGroupedBy(PivotGroupByType type)Check whether the field is grouped by the type.
IsNull() constChecks whether the implementation object is nullptr.
explicit operator bool() constoperator bool()
operator=(const PivotDateTimeRangeGroupSettings& src)operator=
operator=(const PivotFieldGroupSettings& src)operator=
PivotDateTimeRangeGroupSettings(PivotDateTimeRangeGroupSettings_Impl* impl)Constructs from an implementation object.
PivotDateTimeRangeGroupSettings(const PivotDateTimeRangeGroupSettings& src)Copy constructor.
PivotDateTimeRangeGroupSettings(const PivotFieldGroupSettings& src)Constructs from a parent object.
PivotFieldGroupSettings()Default constructor.
PivotFieldGroupSettings(PivotFieldGroupSettings_Impl* impl)Constructs from an implementation object.
PivotFieldGroupSettings(const PivotFieldGroupSettings& src)Copy constructor.
~PivotDateTimeRangeGroupSettings()Destructor.
~PivotFieldGroupSettings()Destructor.

Fields

FieldDescription
_implThe implementation object.

See Also