GetTimeOffPolicyDetailModelRestrictAccrualPeriodType Property | |
Restrict the employee from accruing for X period after the accrual start date.
Namespace: AppOne.Services.V2.ContractsAssembly: AppOne.Web.Service (in AppOne.Web.Service.dll) Version: 1.0.141
Syntax public int RestrictAccrualPeriodType { get; set; }
function get_RestrictAccrualPeriodType();
function set_RestrictAccrualPeriodType(value);
Property Value
Int32Remarks
Restrict the employee from accruing for X period after the accrual start date. Where period is the RestrictAccrualPeriodType.
The duration types are Days=0, Weeks=1, PayPeriods=3, Months=4. This value is also related to "Restrictions Sections".
Example 1
See Also