CDKPIFilter.FilterTime property
- Last UpdatedNov 26, 2024
- 1 minute read
The CDKPIFilter.FilterTime property specifies the time unit for a custom filter type. This filter value is only legitimate when the TypeFilter property is set to Custom. If the TypeFilter property is not set to Custom, this property is set to a value that matches the type (hour if type is ThisHour or LastNHours; Shift is type is CurrentShift or LastShift; Day if type is CurrentDay or Yesterday; Week if type is CurrentWeek or LastWeek; or 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 CDKPIFilter.FilterStartOffset property.
|
Data Type |
Read/Write |
Default Value |
|---|---|---|
|
Enum {Hour=0, |
R/W |
Hour |