Share via


TSTimesheetTrans.getCostPrice Method

Gets the cost price for a combination of a data area, project, worker, category, and date.

Syntax

public CostPrice getCostPrice(
    DataAreaId _projDataAreaId, 
    ProjId _projId, 
    TSWorker _worker, 
    CategoryId _categoryId, 
    ProjLinePropertyId _linePropertyId, 
    ProjTransDate _projTransDate)

Run On

Called

Parameters

Return Value

Type: CostPrice Extended Data Type
The cost price.

See Also

Reference

TSTimesheetTrans Table