GetTimeOffPolicyDetailModelAccrualCustomFreqType Property | |
Gets the custom accrual frequency type
Namespace: AppOne.Services.V2.ContractsAssembly: AppOne.Web.Service (in AppOne.Web.Service.dll) Version: 1.0.141
Syntax public int AccrualCustomFreqType { get; set; }
function get_AccrualCustomFreqType();
function set_AccrualCustomFreqType(value);
Property Value
Int32Remarks
Gets the custom accrual frequency type. Where the type could be days, weeks, months or pay periods.
Note |
---|
This value is only used when the Accrual Frequency or AccrualFreqType is set to custom.
|
Example 2
See Also