PivotDateTimeRangeGroupSettings Class
PivotDateTimeRangeGroupSettings class
Represents the field grouped by date time range.
type PivotDateTimeRangeGroupSettings struct  {
	ptr unsafe.Pointer
}
Constructors
Methods
| Method | Description | 
|---|
| IsNull | Checks whether the implementation object is nullptr. | 
| GetType | Gets the data time group type. | 
| GetStart | Gets the start date time of the group. | 
| GetEnd | Gets the end date time of the group. | 
| GetInterval | Gets the internal of the group. | 
| GetGroupByTypes | Gets the types of grouping by date time. | 
| IsGroupedBy | Check whether the field is grouped by the type. |