Class PivotDateTimeRangeGroupSettings

PivotDateTimeRangeGroupSettings class

Represents the field grouped by date time range.

public class PivotDateTimeRangeGroupSettings : PivotFieldGroupSettings

Properties

NameDescription
End { get; }Gets the end date time of the group.
GroupByTypes { get; }Gets the types of grouping by date time.
Interval { get; }Gets the internal of the group.
Start { get; }Gets the start date time of the group.
override Type { get; }Gets the data time group type.

Methods

NameDescription
IsGroupedBy(PivotGroupByType)Check whether the field is grouped by the type.

See Also