[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 UpdateTracktimeUdf(
	TrackTimeUdfInfo ttui
)
Visual Basic (Declaration)
Public Function UpdateTracktimeUdf ( _
	ttui As TrackTimeUdfInfo _
) As DBConstants..::.ReturnValue
Visual C++
public:
DBConstants..::.ReturnValue UpdateTracktimeUdf(
	TrackTimeUdfInfo^ ttui
)

Parameters

ttui
Type: OfficeClip.BusinessLayer.Framework.TrackTime..::.TrackTimeUdfInfo
The instance of tracktime that needs to be updated

See Also