DurationItemsAutoEndSecsAfterClockIn Property | |
Gets the auto end seconds after clock in for the meal/break.
Namespace: AppOne.Web.Service.Services.V1R0.Customer.ContractsAssembly: AppOne.Web.Service (in AppOne.Web.Service.dll) Version: 1.0.141
Syntax public int AutoEndSecsAfterClockIn { get; set; }
function get_AutoEndSecsAfterClockIn();
function set_AutoEndSecsAfterClockIn(value);
Property Value
Int32Remarks
Gets the auto end seconds after clock in for the meal/break. When this option is enabled it automatically end a meal/break shift after N minutes(s) after rounded clock in.
Example 30
See Also