Click or drag to resize

GetTimeOffPolicyDetailRuleModelAccrualCap Property

Gets the AccrualCap of the current GetTimeOffPolicyDetailRuleModel

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

Property Value

Decimal
Remarks
This value represents the AccrualCap ID of the GetTimeOffPolicyDetailRuleModel.

Note  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