Describes the different component extraction functions that can be applied to a selected report column.
| Name | Value | Summary |
|---|---|---|
| None | 0 | Indicates that no component function should be applied. |
| Year | 1 | Indicates that the year should be extracted from a date/time value. |
| MonthYear | 2 | Indicates that the month and year should be extracted from a date/time value. |
| WeekYear | 3 | Indicates that the week and year should be extracted from a date/time value. |
| Hour | 4 | Indicates that the hour of the day should be extracted from a date/time value. |
| HourWeek | 5 | Indicates that the hour and day of the week should be extracted from a date/time value. |
| HourMonth | 6 | Indicates that the hour and day of the month should be extracted from a date/time value. |