RosterUnAssignShift Method

Un-assigns a shift.

Definition

Namespace: ASAP.NRP.Core
Assembly: NRP (in NRP.dll) Version: 3.49.0+964b2dfb493dfda37da83e5373992cb1cc934e98
C#
public void UnAssignShift(
	string EmployeeID,
	string ShiftID,
	int Day
)

Parameters

EmployeeID  String
The employee ID.
ShiftID  String
The shift ID.
Day  Int32
The day to un-assign the shift on.

See Also