DeleteShift Method (Ent)
- Last UpdatedNov 06, 2025
- 1 minute read
The DeleteShift() method removes the shift identified by the input parameters from the shift schedule of the entity identified by the entity object.
Note: This method is no longer supported. Use the corresponding method in the Stateless API ShiftSchedule class.
'Declaration
<ObsoleteAttribute("Ent.DeleteShift method is no longer supported. Please call the corresponding updated method.")>
Public Sub DeleteShift( _
ByVal shiftID As String, _
ByVal startDay As String _
)
[Obsolete("Ent.DeleteShift method is no longer supported. Please call the corresponding updated method.")]
public void DeleteShift(
string shiftID,
string startDay
)
Parameters
- shiftID
Required. Holds an integer defining the shift that is to be removed.
- startDay
Required. Holds the day of the week when the shift is to be removed.