Click or drag to resize

DurationItemsAutoStartSecsAfterClockIn Property

Gets the auto start seconds after clock in for the meal/break.

Namespace: AppOne.Web.Service.Services.V1R0.Customer.Contracts
Assembly: AppOne.Web.Service (in AppOne.Web.Service.dll) Version: 1.0.141
Syntax
public int AutoStartSecsAfterClockIn { get; set; }

Property Value

Int32
Remarks
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.

Note  Note
This value is optional and only applies when the meal RuleType or break RuleType is set to '2' (Auto mode).
Example
60
See Also