| AutomaticLunchBreak Class |
Namespace: AMG.API.Timecard
The AutomaticLunchBreak type exposes the following members.
| Name | Description | |
|---|---|---|
| AutomaticLunchBreak | Initializes a new instance of the AutomaticLunchBreak class |
| Name | Description | |
|---|---|---|
| ApplyMode | Describes how this Lunch/Break is being applied. enum En_ApplyMode { Elapsed = 0, Punched = 1, Elapsed or Punched = 2, Fixed = 3 } | |
| Duration |
Lunch/break duration in hours
| |
| IsPaid |
Is the lunch/break paid
| |
| Type | The type of item. enum En_RoundingType { Lunch = 1, Break = 2 } |