Click or drag to resize

DurationItemsAutoShiftType Property

Gets the type of auto break/meal type.

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

Property Value

Int32
Remarks
Gets the type of auto break/meal type. When this option is enabled it automatically end a meal/break shift after N minutes(s) or on a date time 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).

Types

NameDescriptionValues Example
0Start break/meal after[N] minute(s) after rounded clock in60 minute(s)
1Start break meal [time of day]12:30PM
2End break [N] minute(s) after rounded clock in.60 minute(s)
Example
0,1,2
See Also