FilterType Enumeration
- Last UpdatedNov 06, 2025
- 1 minute read
The FilterType enumeration values specify the filter to use, including a custom filter, when retrieving OEE values.
'Declaration
Public Enum FilterType
Inherits System.Enum
public enum FilterType : System.Enum
| Member | Description |
|---|---|
| CurrentDay | From the beginning (midnight) of the current day to now. |
| CurrentMonth | From the beginning (midnight of the 1st) of this month to now. |
| CurrentShift | From the beginning of the current shift to now. |
| CurrentWeek | From the beginning (midnight Sunday) of this week to now. |
| Custom | The user will pick a time unit, a start time, and an end time. |
| LastMonth | From the beginning (midnight of the 1st) of current month – 1 to the end (11:59:59 of the last day) of current month – 1. |
| LastNHours | The last N * 60 minutes from now. This requires N to be defined. |
| LastShift | From the beginning of the shift that ran immediately prior to the current shift to the end of that shift. |
| LastWeek | From the beginning (midnight Sunday) of the current week – 1 to the end (11:59:59 PM Saturday) of the current week – 1. |
| ThisHour | The last 60 minutes from now. |
| Yesterday | From the beginning (midnight) of the current day -1 to the end (11:59:59 PM) of the current day – 1. |
System.Object
System.ValueType
System.Enum
FactMES.Client.Common.FilterType