Click or drag to resize

GetTimeOffPolicyDetailModelAccrualCustomFreq Property

Gets the custom accrual frequency internal

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

Property Value

Int32
Remarks
Gets the custom accrual frequency internal. Where the interval depends on the AccrualCustomFreqType (days, weeks, months, pay periods).

Note  Note
This value is only used when the Accrual Frequency or AccrualFreqType is set to custom. When it is custom, then the frequency might be something such as. Accrue every '2' weeks. Where the AccrualCustomFreq is 2.
Example
2
See Also