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

marks the timesheet details to be modified

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

Syntax

C#
protected void markTimesheetDetailModified(
	TimesheetInfo ti,
	ref TimesheetInfo tiOld
)
Visual Basic (Declaration)
Protected Sub markTimesheetDetailModified ( _
	ti As TimesheetInfo, _
	ByRef tiOld As TimesheetInfo _
)
Visual C++
protected:
void markTimesheetDetailModified(
	TimesheetInfo^ ti, 
	TimesheetInfo^% tiOld
)

Parameters

ti
Type: OfficeClip.BusinessLayer.TE..::.TimesheetInfo
tiOld
Type: OfficeClip.BusinessLayer.TE..::.TimesheetInfo%

See Also