UtilTimeFilterType Enumeration
- Last UpdatedNov 06, 2025
- 1 minute read
The UtilTimeFilterType enumeration contains values for specifying what time based filtering, if any, will be performed on the data of the Utilization Control.
'Declaration
Public Enum UtilTimeFilterType
Inherits System.Enum
public enum UtilTimeFilterType : 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. |
| 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. |
| LastNEvents | The most recent N events. This requires N to be defined via the FilterLastNEvents property. |
| LastNHours | From 60 * N minutes ago to the present. |
| LastShift | From the beginning of the shift that ran immediately prior to the current shift until 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. |
| None | Time-based filtering is not being used. |
| ThisHour | The last 60 minutes from now. |
| ThisShift | From the beginning of the current shift until the present. |
| 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.UtilTimeFilterType