| GetTimeOffPolicyDetailRuleModelStopAccrualAtCap Property |  | 
Namespace: AppOne.Services.V2.ContractsAssembly: AppOne.Web.Service (in AppOne.Web.Service.dll) Version: 1.0.141
 Syntax
Syntaxpublic bool StopAccrualAtCap { get; set; }function get_StopAccrualAtCap();
function set_StopAccrualAtCap(value);
Property Value
Boolean Remarks
Remarks
                This value represents the StopAccrualAtCap of the 
GetTimeOffPolicyDetailRuleModel.   
                If true then hours will not accrue over the 
MaxCarryOverSecs limit. 
                
|  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
Example40
 See Also
See Also