Click or drag to resize
IScheduleApiGetSchedules Method
Gets schedules for given employees in given time range.

Namespace: AMG.API
Assembly: AMG.API (in AMG.API.dll) Version: 2.0.0.0 (2.0.0.0)
Syntax
EmployeeSchedule[] GetSchedules(
	int[] employeeIds,
	DateTime start,
	DateTime end
)

Parameters

employeeIds
Type: SystemInt32
Employee IDs
start
Type: SystemDateTime
Inclusive start date/time to filter out schedules.
end
Type: SystemDateTime
Inclusive end date/time to filter out schedules.

Return Value

Type: EmployeeSchedule
Returns array of filtered schedules.
See Also