DurationItemsAutoStartSecsAfterClockIn Property | |
Gets the auto start 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 AutoStartSecsAfterClockIn { get; set; }
function get_AutoStartSecsAfterClockIn();
function set_AutoStartSecsAfterClockIn(value);
Property Value
Int32Remarks
Gets the auto start seconds after clock in for the meal/break. When this option is enabled it automatically adds a meal/break shift after N minutes(s) after rounded clock in.
Example 60
See Also