Differential Properties |
The Differential type exposes the following members.
Name | Description | |
---|---|---|
Amount |
The amount to add or coefficient for differential calculation.
| |
DaysOfWeek |
Bit-mask from Sunday to Saturday. Bit 0 represents Sunday, 1 is Monday, ...
| |
From |
Starting time for differential hours. Only time part is used.
| |
Mode | Wage calculation mode. enum DifferentialMode { Add = 0, Multiply = 1 } | |
To |
Ending time for differential hours. Only time part is used.
|