MealRestrictionEnforceMealDuration Property | |
Gets the enforce meal duration of the user
Namespace: AppOne.Services.V2.ContractsAssembly: AppOne.Web.Service (in AppOne.Web.Service.dll) Version: 1.0.141
Syntax public int EnforceMealDuration { get; set; }
function get_EnforceMealDuration();
function set_EnforceMealDuration(value);
Property Value
Int32Remarks
Gets the enforce meal duration of the user based on payroll policy, value will be in minutes
Note |
---|
Setup:
Configuration > Payroll Policy > Meal Section
|
Example 15
See Also