public enum ScoreHistoryFormatOptions| DAY | 0 | Return values for each day |
| WEEK | 1 | Return values for each week |
| MONTH | 2 | Return values for each month |
| YEAR | 3 | Return values for each quarter (three months) Currently not supported. REST API has to be updated if we wanted it. |
| Description |
Returns the Description attribute of an enum. If Description is not an attribute
returns the .toString() value.
(Defined by EnumHelper) |
| GetAttributeOfTypeT |
Gets an attribute on an enum field value
(Defined by EnumHelper) |