RosterAssignShift Method

Assigns a shift to an employee.

Definition

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

Parameters

EmployeeID  String
The ID of the employee to assign the shift to.
ShiftID  String
The ID of the shift type to assign.
Day  Int32
The day in the scheduling period to assign the shift on (the first day in the roster is day zero).

See Also