GetTimeOffPolicyDetailModelAccrualCustomFreq Property | |
Gets the custom accrual frequency internal
Namespace: AppOne.Services.V2.ContractsAssembly: AppOne.Web.Service (in AppOne.Web.Service.dll) Version: 1.0.141
Syntax public int AccrualCustomFreq { get; set; }
function get_AccrualCustomFreq();
function set_AccrualCustomFreq(value);
Property Value
Int32Remarks
Gets the custom accrual frequency internal. Where the interval depends on the
AccrualCustomFreqType (days, weeks, months, pay periods).
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