Click or drag to resize
LunchBreakFrom Property

Defines whether the elapsed time should be counted from the Shift Start time or actual Clock in time. Note that this field will be active only if ApplyMode is set to Elapsed, Elapsed or Punched or Fixed.

enum En_ElapsedDeduct { Shift (Shift Start) = 1, Punch (IN Punch) = 2 }

Namespace: AMG.API.Definitions.Shifts
Assembly: AMG.API (in AMG.API.dll) Version: 2.0.0.0 (2.0.0.0)
Syntax
public Nullable<int> From { get; set; }

Property Value

Type: NullableInt32
See Also