StartShift Method
- Last UpdatedMar 17, 2026
- 1 minute read
| Overload | Description |
|---|---|
| StartShift(Int32,Int32,Int32,DateTime) | The StartShift() method starts or ends a shift for the specified entity and its children. Note: This overload of the method is no longer supported. It will be removed in a future release. Instead, use the overload that includes the newShiftEndUtc input parameter. |
| StartShift(Int32,Int32,Int32,DateTime,Nullable<DateTime>) | The StartShift() method starts or ends a shift for the specified entity and its children. This overload of the method includes the optional dtEndTime parameter. Note: This overload of the method is no longer supported. It will be removed in a future release. Instead, use the overload that includes the newShiftEndUtc input parameter. |
| StartShift(Int32,Int32,Int32,DateTime,DateTime,Nullable<Int32>,String,String,String,String) | The StartShift() method starts or ends a shift for the specified entity and its children. This overload of the method includes the following input parameters:
It also includes the shiftChangeEntListJson output parameter. |