LineFilterTimeUnit Enumeration
- Last UpdatedNov 06, 2025
- 1 minute read
The LineFilterTimeUnit enumeration values specify the time unit for a custom filter.
'Declaration
Public Enum LineFilterTimeUnit
Inherits System.Enum
'Usage
Dim instance As LineFilterTimeUnit
public enum LineFilterTimeUnit : 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.Core.LineFilterTimeUnit