UtilizationFilter.FilterTimeUnit property
- Last UpdatedDec 01, 2025
- 1 minute read
The UtilizationFilter.FilterTimeUnit property specifies the time unit for a custom filter type. This filter value is only legitimate when the UtilTimeFilterType is set to Custom. If the UtilTimeFilterType property is not set to Custom, this property is set to the value that matches the type:
-
Hour if type is ThisHour or LastNHours
-
Shift if type is ThisShift or LastShift
-
Day if type is CurrentDay or Yesterday
-
Week if type is CurrentWeek or LastWeek
-
Month if type is CurrentMonth or LastMonth
When this property is set to Hour, the results will include data for 0 or more entire hour periods, relative to the current time. For all other settings (Shift, Day, Week, Month, or Year), the results will start at the beginning of the time unit specified by the UtilizationFilter.FilterStartOffset property.
|
Data Type |
Read/Write |
Default Value |
|---|---|---|
|
Enum {Hour=0, |
R/W |
Hour |