GetTimeOffPolicyDetailModelCalculationType Property | |
Gets the accrual type used for calculations
Namespace: AppOne.Services.V2.ContractsAssembly: AppOne.Web.Service (in AppOne.Web.Service.dll) Version: 1.0.141
Syntax public int CalculationType { get; set; }
function get_CalculationType();
function set_CalculationType(value);
Property Value
Int32Remarks
Gets the accrual type used for calculations. Below are the different calculation types:
Time Passed (0): Calculations are not based on number of hours worked
Hours Worked (1): Calculations are based on number of hours worked
No Calculations (2): Hours are not accrued, this is for employee hours, or manual calculations
Example 0
See Also