TimeExportParamInEnableDuplicateOvertimeAsRegular Property | |
Enables duplication of overtime hours as regular hours
Namespace: AppOne.Web.Service.Services.V1R0.Customer.ContractsAssembly: AppOne.Web.Service (in AppOne.Web.Service.dll) Version: 1.0.141
Syntax public bool EnableDuplicateOvertimeAsRegular { get; set; }
function get_EnableDuplicateOvertimeAsRegular();
function set_EnableDuplicateOvertimeAsRegular(value);
Property Value
BooleanRemarks
Value of this field determines whether to duplicate overtime hours as regular hours while exporting
Example True
See Also