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

Gets the total time duration for the timesheet.

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

Syntax

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

Return Value

the totoal timeduration of the timesheet.

See Also