GetTimeOffPolicyDetailRuleModelMaxCarryOverSecs Property | |
Namespace: AppOne.Services.V2.ContractsAssembly: AppOne.Web.Service (in AppOne.Web.Service.dll) Version: 1.0.141
Syntax public int MaxCarryOverSecs { get; set; }
function get_MaxCarryOverSecs();
function set_MaxCarryOverSecs(value);
Property Value
Int32Remarks
This value represents the MaxCarryOverSecs of the
GetTimeOffPolicyDetailRuleModel.
The maximum number of hours allowed to carry over for this rule.
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