[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.dll)
Version: 7.3.2.0

Syntax

C#
public static string GetTimesheetPeriodName(
	BusinessConstants.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
BusinessConstants..::TimesheetPeriod
The timesheet period object

Return Value

The name of the timesheet period

See Also