Click or drag to resize

GetTimeOffPolicyDetailRuleModelMaxCarryOverSecs Property

Gets the MaxCarryOverSecs of the current GetTimeOffPolicyDetailRuleModel

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

Property Value

Int32
Remarks
This value represents the MaxCarryOverSecs of the GetTimeOffPolicyDetailRuleModel. The maximum number of hours allowed to carry over for this rule.

Note  Note
This determines how many hours the employee can rollover every year when a reset occurs. This will occur before transfer rollover hours if that functionality is enabled.

For example an employee has a balance of 150 hours with a max carry over of 100. At the reset date 100 hours will rollover to the new period and 50 hours will be forfeited unless transfer rollover is selected.
Example
40
See Also