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

Gets the time duration for a cell on the timesheet.

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

Syntax

C#
public double GetTimeDuration(
	int rowNumber,
	int columnNumber
)
Visual Basic (Declaration)
Public Function GetTimeDuration ( _
	rowNumber As Integer, _
	columnNumber As Integer _
) As Double
Visual C++
public:
double GetTimeDuration(
	int rowNumber, 
	int columnNumber
)

Parameters

rowNumber
Type: System..::.Int32
The task row of the timesheet.
columnNumber
Type: System..::.Int32
The date column of the timesheet.

Return Value

The time duration of the cell on the timesheet.

See Also