Click or drag to resize
IEmployeeApiDeleteEmployeeStatus Method
Deletes a status from employee.

Namespace: AMG.API
Assembly: AMG.API (in AMG.API.dll) Version: 2.0.0.0 (2.0.0.0)
Syntax
int DeleteEmployeeStatus(
	int employeeId,
	DateTime date
)

Parameters

employeeId
Type: SystemInt32
Employee ID.
date
Type: SystemDateTime
Start date of status.

Return Value

Type: Int32
Returns number of deleted database rows.
See Also