PivotDateTimeRangeGroupSettings
Contents
[
Hide
]PivotDateTimeRangeGroupSettings class
Represents the field grouped by date time range.
Properties
| Name | Type | Description |
|---|---|---|
| Type | int | Gets the data time group type. The value of the property is PivotFieldGroupType integer constant. |
| Start | DateTime | Gets the start date time of the group. |
| End | DateTime | Gets the end date time of the group. |
| Interval | float | Gets the internal of the group. |
| GroupByTypes | int[] | Gets the types of grouping by date time. |
Methods
| Name | Description |
|---|---|
| isGroupedBy | Check 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.
| Parameter | Type | Description |
|---|---|---|
| type | int | A PivotGroupByType value. The group type |