| GetTimeOffPolicyDetailModelGrantFreqType Property |  | 
                Gets the grant frequency type
            
Namespace: AppOne.Services.V2.ContractsAssembly: AppOne.Web.Service (in AppOne.Web.Service.dll) Version: 1.0.141
 Syntax
Syntaxpublic int GrantFreqType { get; set; }function get_GrantFreqType();
function set_GrantFreqType(value);
Property Value
Int32 Remarks
Remarks
                Gets the grant frequency type.   Where the type could be daily, weekly, pay per period, monthly, semi-annual or annually. 
                
                
                The current enum types are as follows:
                Daily = 0,  Weekly = 1,  PerPayPeriod = 2,  Monthly = 3,  SemiAnnual = 4,  Annually = 5,  Custom = 6
                
|  Note | 
|---|
| The grant frequency determines how often an employee earns time. Time is not available for them until it is granted. | 
 Example
Example2
 See Also
See Also