Click or drag to resize

GetTimeOffPolicyDetailRuleModelStopAccrualAtCap Property

Gets the StopAccrualAtCap of the current GetTimeOffPolicyDetailRuleModel

Namespace: AppOne.Services.V2.Contracts
Assembly: AppOne.Web.Service (in AppOne.Web.Service.dll) Version: 1.0.141
Syntax
public bool StopAccrualAtCap { get; set; }

Property Value

Boolean
Remarks
This value represents the StopAccrualAtCap of the GetTimeOffPolicyDetailRuleModel. If true then hours will not accrue over the MaxCarryOverSecs limit.

Note  Note
This will stop an employee from accruing any more hours than the cap in a given year. This is most commonly used in accruals based on hours worked polices.

For example: A policy is set to grant 2 hours of sick time for every 80 hours worked with a cap of 40. The employee will stop accruing any more hours after they reach 40 hours (1600 hours worked) accrued for year regardless of their current balance.
Example
40
See Also