Click or drag to resize

DurationItemsAutoStartsAtTime 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 DateTime AutoStartsAtTime { get; set; }

Property Value

DateTime
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 at a specific time.

Note  Note
Even though a date value is returned the only processed data for this rule is the time portion.
Note  Note
This value is optional and only applies when the meal RuleType or break RuleType is set to '2' (Auto mode).
Example
2012-01-27 07:00:00.000
See Also