[This is preliminary documentation and is subject to change.]

GEt the total billable time duration of the timesheet.

Namespace:  OfficeClip.BusinessLayer.TE
Assembly:  OfficeClip.BusinessLayer (in OfficeClip.BusinessLayer)
Version: 8.1.1.0

Syntax

C#
public double GetBillableTimeDuration()
Visual Basic (Declaration)
Public Function GetBillableTimeDuration As Double
Visual C++
public:
double GetBillableTimeDuration()

Return Value

The total billable duration of the timesheet.

See Also