AggregationIntervalType Enumeration
Time interval over which data needs to be aggregated.
| Syntax | Constants |
|---|---|
Enum AggregationIntervalType
scMinutes = 1
scHours = 2
scDays = 3
scWeekly = 4
scMonthly = 5
scQuarterly = 6
scAnnually = 7
End Enum
|
|