Click or drag to resize
BankOptions Properties

The BankOptions type exposes the following members.

Properties
  NameDescription
Public propertyAdjustBank
If employee works less than scheduled hours, the remaining hours will be paid using banked hours.
Public propertyBankDayMax
Maximum amount of hours that can be banked per day.
Public propertyBankHoursMax
Maximum amount of hours that can be banked per period.
Public propertyBankHoursOTRate
Indicates whether banked hours should be calculated at overtime rate.
Public propertyBankPayPeriod

Type of the bank hours period.

enum BankPeriod { Yearly, Semesterly, Quarterly, Monthly, Biweekly, Weekly, Daily, Semimonthly }
Public propertyBankStartDate
Start date of the bank hours period.
Public propertyPayBankHours
Indicates whether unused banked hours should be paid or discarded at the end of the period.
Public propertyUseBank
Indicates if Bank Hours are being calculated.
Top
See Also