[This is preliminary documentation and is subject to change.]
            Update the instance of the track time on the database
            
    Namespace: 
   OfficeClip.DBLayer.FrameworkAssembly: OfficeClip.DBLayer (in OfficeClip.DBLayer)
Version: 8.1.1.0
Syntax
| C# | 
|---|
public int InsertTrackTime( TracktimeInfo tti )  | 
| Visual Basic (Declaration) | 
|---|
Public Function InsertTrackTime ( _ tti As TracktimeInfo _ ) As Integer  | 
| Visual C++ | 
|---|
public: int InsertTrackTime( TracktimeInfo^ tti )  | 
Parameters
- tti
 - Type: OfficeClip.BusinessLayer.Framework.TrackTime..::.TracktimeInfo
The instance of tracktime that needs to be updated 
