GetPrevShiftStartTime Method (UtilExec)
- Last UpdatedNov 06, 2025
- 1 minute read
The GetPrevShiftStartTime() method retrieves, for the specified entity, the event start time of the first utilization event that occurred on the shift that immediately preceding the specified shift start time.
| Overload | Description |
|---|---|
| GetPrevShiftStartTime(Int32,DBDateTime,DateTime) | The GetPrevShiftStartTime() method retrieves, for the specified entity, the event start time of the first utilization event that occurred on the shift that immediately preceding the specified shift start time. This overload of the method uses an entity ID to specify the entity. |
| GetPrevShiftStartTime(String,String,Nullable<DateTime>,DateTime) | The GetPrevShiftStartTime() method retrieves, for the specified entity, the event start time of the first utilization event that occurred on the shift that immediately preceding the specified shift start time. This overload of the method uses a site name and entity name to specify the entity. |