TimeScale enumeration
Specifies the scale of the timephased data.
Syntax
CSOM
enum TimeScale
JSOM
PS.TimeScale
REST Interface
TimeScale enumeration is not expliclity defined in REST. Use the values below to understand what can be returned and set.
Members
Name | Value | Description |
---|---|---|
Days | 3 | Days. |
Weeks | 4 | Weeks. |
Months | 5 | Months. |
Quarters | 6 | Quarters. |
Years | 7 | Years. |