IEmployeeApiDeleteEmployeeStatus Method |
Deletes a status from employee.
Namespace: AMG.APIAssembly: AMG.API (in AMG.API.dll) Version: 2.0.0.0 (2.0.0.0)
Syntax int DeleteEmployeeStatus(
int employeeId,
DateTime date
)
Function DeleteEmployeeStatus (
employeeId As Integer,
date As DateTime
) As Integer
int DeleteEmployeeStatus(
int employeeId,
DateTime date
)
abstract DeleteEmployeeStatus :
employeeId : int *
date : DateTime -> int
Parameters
- employeeId
- Type: SystemInt32
Employee ID. - date
- Type: SystemDateTime
Start date of status.
Return Value
Type:
Int32Returns number of deleted database rows.
See Also