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