Class PivotDateTimeRangeGroupSettings
PivotDateTimeRangeGroupSettings class
Represents the field grouped by date time range.
public class PivotDateTimeRangeGroupSettings : PivotFieldGroupSettings
Properties
| Name | Description |
|---|
| 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
| Name | Description |
|---|
| IsGroupedBy(PivotGroupByType) | Check whether the field is grouped by the type. |
See Also