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

Update the marks of the track time on the database

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

Syntax

C#
public DBConstants..::.ReturnValue UpdateTracktimeMark(
	bool isMark,
	int tracktimeId
)
Visual Basic (Declaration)
Public Function UpdateTracktimeMark ( _
	isMark As Boolean, _
	tracktimeId As Integer _
) As DBConstants..::.ReturnValue
Visual C++
public:
DBConstants..::.ReturnValue UpdateTracktimeMark(
	bool isMark, 
	int tracktimeId
)

Parameters

isMark
Type: System..::.Boolean
Shows if the track time is marked
tracktimeId
Type: System..::.Int32
Teh unique id of the track time

See Also