Share via


TSTimesheetLineWeek.checkMinTimeIncrement Method

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.

See Also

Reference

TSTimesheetLineWeek Table