| TimeExportParamInEnableForecastedHours Property |  | 
                Enable fore-casted hours in the response output.
            
Namespace: AppOne.Web.Service.Services.V1R0.Customer.ContractsAssembly: AppOne.Web.Service (in AppOne.Web.Service.dll) Version: 1.0.141
 Syntax
Syntaxpublic bool? EnableForecastedHours { get; set; }function get_EnableForecastedHours();
function set_EnableForecastedHours(value);
Property Value
NullableBoolean Remarks
Remarks
                Enable fore-casted hours in the response output.  When set to true fore-casted hours will also be returned in the export response payload.
                
|  Note | 
|---|
| The forecasting module must be enabled on your time-web account in order for this feature to work. 
 Setup:
 Configuration > Payroll Processing > Hours Forecast Policies
 Manager > Employees > Policies > Hours Forecast Policy
 Manager > Time Cards > Forecast
 
 
 | 
 Example
Exampletrue
 See Also
See Also