Class PivotDateTimeRangeGroupSettings

Class PivotDateTimeRangeGroupSettings

Namespace: Aspose.Cells.Pivot
Assembly: Aspose.Cells.dll (25.2.0)

Represents the field grouped by date time range.

public class PivotDateTimeRangeGroupSettings : PivotFieldGroupSettings

Inheritance

objectPivotFieldGroupSettingsPivotDateTimeRangeGroupSettings

Inherited Members

PivotFieldGroupSettings.Type, object.GetType(), object.MemberwiseClone(), object.ToString(), object.Equals(object?), object.Equals(object?, object?), object.ReferenceEquals(object?, object?), object.GetHashCode()

Properties

End

Gets the end date time of the group.

public DateTime End { get; }

Property Value

DateTime

GroupByTypes

Gets the types of grouping by date time.

public PivotGroupByType[] GroupByTypes { get; }

Property Value

PivotGroupByType[]

Interval

Gets the internal of the group.

public double Interval { get; }

Property Value

double

Start

Gets the start date time of the group.

public DateTime Start { get; }

Property Value

DateTime

Type

Gets the data time group type.

public override PivotFieldGroupType Type { get; }

Property Value

PivotFieldGroupType

Methods

IsGroupedBy(PivotGroupByType)

Check whether the field is grouped by the type.

public bool IsGroupedBy(PivotGroupByType type)

Parameters

type PivotGroupByType

The group type

Returns

bool