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

Get the total non-billable duration of the timesheet.

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

Syntax

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

Return Value

the total non-billable duration of the timesheet.

See Also