FilterTimeUnit Enumeration
- Last UpdatedNov 06, 2025
- 1 minute read
The FilterTimeUnit enumeration values specify the time unit for a custom filter.
'Declaration
Public Enum FilterTimeUnit
Inherits System.Enum
'Usage
Dim instance As FilterTimeUnit
public enum FilterTimeUnit : System.Enum
| Member | Description |
|---|---|
| Day | Specifies day. The numerical value for this enumeration is 2. |
| Hour | Specifies hours. The numerical value for this enumeration is 0. |
| Month | Specifies month. The numerical value for this enumeration is 4. |
| Shift | Specifies shifts. The numerical value for this enumeration is 1. |
| Week | Specifies week. The numerical value for this enumeration is 3. |
| Year | Specifies year. The numerical value for this enumeration is 5. |
System.Object
System.ValueType
System.Enum
FactMES.API.Util.FilterTimeUnit