Click or drag to resize
IScheduleApiSetSchedules Method
Adds or updates schedules. When there is already a schedule for given date/time, that schedule is updated. Otherwise new schedule is added.

Namespace: AMG.API
Assembly: AMG.API (in AMG.API.dll) Version: 2.0.0.0 (2.0.0.0)
Syntax
void SetSchedules(
	EmployeeSchedule[] schedules
)

Parameters

schedules
Type: AMG.API.SchedulesEmployeeSchedule
Array of schedules
See Also