Click or drag to resize

GetTimeOffPolicyDetailModelGrantCustomFreq Property

Gets the custom grant frequency internal

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

Property Value

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

Note  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