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

Adds the notes for history

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

Syntax

C#
protected void AddHistoryNote(
	StringBuilder sb,
	PunchTimeInfo piOld,
	PunchTimeInfo piNew,
	int num
)
Visual Basic (Declaration)
Protected Sub AddHistoryNote ( _
	sb As StringBuilder, _
	piOld As PunchTimeInfo, _
	piNew As PunchTimeInfo, _
	num As Integer _
)
Visual C++
protected:
void AddHistoryNote(
	StringBuilder^ sb, 
	PunchTimeInfo^ piOld, 
	PunchTimeInfo^ piNew, 
	int num
)

Parameters

sb
Type: System.Text..::.StringBuilder
piOld
Type: OfficeClip.BusinessLayer.TE..::.PunchTimeInfo
piNew
Type: OfficeClip.BusinessLayer.TE..::.PunchTimeInfo
num
Type: System..::.Int32

See Also