Click or drag to resize
Differential Properties

The Differential type exposes the following members.

Properties
  NameDescription
Public propertyAmount
The amount to add or coefficient for differential calculation.
Public propertyDaysOfWeek
Bit-mask from Sunday to Saturday. Bit 0 represents Sunday, 1 is Monday, ...
Public propertyFrom
Starting time for differential hours. Only time part is used.
Public propertyMode

Wage calculation mode.

enum DifferentialMode { Add = 0, Multiply = 1 }
Public propertyTo
Ending time for differential hours. Only time part is used.
Top
See Also