IMiscEntryApiDeleteMiscEntry Method |
Deletes miscellaneous transaction by given employee and date.
Namespace: AMG.APIAssembly: AMG.API (in AMG.API.dll) Version: 2.0.0.0 (2.0.0.0)
Syntax int DeleteMiscEntry(
int employeeId,
DateTime date
)
Function DeleteMiscEntry (
employeeId As Integer,
date As DateTime
) As Integer
int DeleteMiscEntry(
int employeeId,
DateTime date
)
abstract DeleteMiscEntry :
employeeId : int *
date : DateTime -> int
Parameters
- employeeId
- Type: SystemInt32
Employee ID. - date
- Type: SystemDateTime
Miscellaneous transaction's Date/Time
Return Value
Type:
Int32Returns number of deleted database rows.
See Also