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

Returns the name of the timesheet period

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

Syntax

C#
public static string GetTimesheetPeriodName(
	BusinessConstants..::.TimesheetPeriod tp
)
Visual Basic (Declaration)
Public Shared Function GetTimesheetPeriodName ( _
	tp As BusinessConstants..::.TimesheetPeriod _
) As String
Visual C++
public:
static String^ GetTimesheetPeriodName(
	BusinessConstants..::.TimesheetPeriod tp
)

Parameters

tp
Type: OfficeClip.BusinessLayer..::.BusinessConstants..::.TimesheetPeriod
The timesheet period object

Return Value

The name of the timesheet period

See Also