Note
Access to this page requires authorization. You can try signing in or changing directories.
Access to this page requires authorization. You can try changing directories.
Determines whether the timesheet line hour entered by the user is a valid increment of the value for minimum time increment settings.
Syntax
public boolean checkMinTimeIncrement(real _qty)
Run On
Called
Parameters
- _qty
Type: real
The hours entered by the user.
Return Value
Type: boolean
true if the hour is a valid increment value that is based on the minimum time increment settings; otherwise, false.