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

Removes the instance of the track time from the database

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

Syntax

C#
public DBConstants..::.ReturnValue DeleteTracktime(
	int tracktimeId
)
Visual Basic (Declaration)
Public Function DeleteTracktime ( _
	tracktimeId As Integer _
) As DBConstants..::.ReturnValue
Visual C++
public:
DBConstants..::.ReturnValue DeleteTracktime(
	int tracktimeId
)

Parameters

tracktimeId
Type: System..::.Int32

See Also