| GetTimeOffPolicyDetailModelExcludeOvertimeFromHoursWorked Property |  | 
                Gets the flag that shows if hours worked should exclude overtime from hours worked calculation
            
Namespace: AppOne.Services.V2.ContractsAssembly: AppOne.Web.Service (in AppOne.Web.Service.dll) Version: 1.0.141
 Syntax
Syntaxpublic bool ExcludeOvertimeFromHoursWorked { get; set; }function get_ExcludeOvertimeFromHoursWorked();
function set_ExcludeOvertimeFromHoursWorked(value);
Property Value
Boolean Remarks
Remarks
                Gets the flag that shows if hours worked should exclude overtime from hours worked calculation.  This value is related to "Accrual Type > Hours Worked".
                
 Example
Exampletrue
 See Also
See Also