DurationItemsAutoShiftType Property | |
Gets the type of auto break/meal type.
Namespace: AppOne.Web.Service.Services.V1R0.Customer.ContractsAssembly: AppOne.Web.Service (in AppOne.Web.Service.dll) Version: 1.0.141
Syntax public int AutoShiftType { get; set; }
function get_AutoShiftType();
function set_AutoShiftType(value);
Property Value
Int32Remarks
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.
Types
Name | Description | Values Example |
---|
0 | Start break/meal after[N] minute(s) after rounded clock in | 60 minute(s) |
1 | Start break meal [time of day] | 12:30PM |
2 | End break [N] minute(s) after rounded clock in. | 60 minute(s) |
Example 0,1,2
See Also