PdcClockLine.WorkedTime: Difference between revisions

From External Bemet Wiki
Jump to navigation Jump to search
Created page with "== Declaration == WorkedTime as double == Description == Returns the worked time == Notes == This property returns or changes the worked time of the clock line. When the wo..."
 
No edit summary
 
Line 12: Line 12:
StartClocking<br />
StartClocking<br />
EndClocking
EndClocking
Since 5.4 clocklines can be edited as a complete nesting. The total worked time for the nesting can be set/retrieved using property CombiTime.
For calculations involving the WorkedTime (e.g. to establish start/end times) it is advisable to use CombiTime. For non-combi lines this value is equal to the WorkedTime, so it works for both nested and single clocklines.


== Code example ==
== Code example ==

Latest revision as of 09:39, 20 June 2018

Declaration

WorkedTime as double

Description

Returns the worked time

Notes

This property returns or changes the worked time of the clock line. When the worked time was calculated, it will be overruled with the applied value.
The calculation of this property starts when following three properties are adjusted:
Personelnumber
StartClocking
EndClocking

Since 5.4 clocklines can be edited as a complete nesting. The total worked time for the nesting can be set/retrieved using property CombiTime. For calculations involving the WorkedTime (e.g. to establish start/end times) it is advisable to use CombiTime. For non-combi lines this value is equal to the WorkedTime, so it works for both nested and single clocklines.

Code example

Availability

Available since july 2008 (from version 3.8).