Click or drag to resize

GetTimeOffPolicyDetailModelAccrualFreqType Property

Gets the accrual frequency type

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

Property Value

Int32
Remarks
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  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