GetTimeOffPolicyDetailModelAccrualFreqType Property | |
Gets the accrual frequency type
Namespace: AppOne.Services.V2.ContractsAssembly: AppOne.Web.Service (in AppOne.Web.Service.dll) Version: 1.0.141
Syntax public int AccrualFreqType { get; set; }
function get_AccrualFreqType();
function set_AccrualFreqType(value);
Property Value
Int32Remarks
Gets the accrual frequency type. Where the type could be daily, weekly, pay per period, monthly, semi-annual or annually.
The current enum types are as follows:
Daily = 0, Weekly = 1, PerPayPeriod = 2, Monthly = 3, SemiAnnual = 4, Annually = 5, Custom = 6
Note |
---|
The accrual frequency determines how often an employee earns time. Time is not available for them until it is granted.
|
Example 2
See Also