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
object ← PivotFieldGroupSettings ← PivotDateTimeRangeGroupSettings
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
GroupByTypes
Gets the types of grouping by date time.
public PivotGroupByType[] GroupByTypes { get; }
Property Value
Interval
Gets the internal of the group.
public double Interval { get; }
Property Value
Start
Gets the start date time of the group.
public DateTime Start { get; }
Property Value
Type
Gets the data time group type.
public override PivotFieldGroupType Type { get; }
Property Value
Methods
IsGroupedBy(PivotGroupByType)
Check whether the field is grouped by the type.
public bool IsGroupedBy(PivotGroupByType type)
Parameters
type
PivotGroupByType
The group type