GetTimeOffPolicyDetailRuleModelAccrualCap Property | |
Namespace: AppOne.Services.V2.ContractsAssembly: AppOne.Web.Service (in AppOne.Web.Service.dll) Version: 1.0.141
Syntax public decimal AccrualCap { get; set; }
function get_AccrualCap();
function set_AccrualCap(value);
Property Value
DecimalRemarks
This value represents the AccrualCap ID of the
GetTimeOffPolicyDetailRuleModel.
Note |
---|
The AccrualCap is the maximum amount of accrual hours GetTimeOffPolicyDetailRuleModel that an employee can obtain.
If the cap is set at 100 hours, then once the user has reached that cap no
additional hours will accrue.
When an employee is at this cap they will no longer accrue any hours (forfeit).
|
Example 12
See Also