Click or drag to resize

GetTimeOffPolicyDetailModelCalculationType Property

Gets the accrual type used for calculations

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

Property Value

Int32
Remarks
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