GetTimeOffPolicyDetailModelGrantCustomFreq Property | |
Gets the custom grant frequency internal
Namespace: AppOne.Services.V2.ContractsAssembly: AppOne.Web.Service (in AppOne.Web.Service.dll) Version: 1.0.141
Syntax public int GrantCustomFreq { get; set; }
function get_GrantCustomFreq();
function set_GrantCustomFreq(value);
Property Value
Int32Remarks
Gets the custom grant frequency internal. Where the interval depends on the
GrantCustomFreqType (days, weeks, months, pay periods).
Note |
---|
This value is only used when the grant frequency or GrantFreqType is set to custom. When it is custom, then the frequency might be something such as.
Accrue every '2' weeks. Where the GrantCustomFreq is 2.
|
Example 2
See Also