PivotDateTimeRangeGroupSettings

PivotDateTimeRangeGroupSettings class

Represents the field grouped by date time range.

Properties

NameTypeDescription
TypeintGets the data time group type. The value of the property is PivotFieldGroupType integer constant.
StartDateTimeGets the start date time of the group.
EndDateTimeGets the end date time of the group.
IntervalfloatGets the internal of the group.
GroupByTypesint[]Gets the types of grouping by date time.

Methods

NameDescription
isGroupedByCheck whether the field is grouped by the type.

PivotDateTimeRangeGroupSettings.Type property

Gets the data time group type. The value of the property is PivotFieldGroupType integer constant.

Type: int

PivotDateTimeRangeGroupSettings.Start property

Gets the start date time of the group.

Type: DateTime

PivotDateTimeRangeGroupSettings.End property

Gets the end date time of the group.

Type: DateTime

PivotDateTimeRangeGroupSettings.Interval property

Gets the internal of the group.

Type: float

PivotDateTimeRangeGroupSettings.GroupByTypes property

Gets the types of grouping by date time.

Type: int[]

isGroupedBy(type)

Check whether the field is grouped by the type.

ParameterTypeDescription
typeintA PivotGroupByType value. The group type