AutomaticLunchBreakApplyMode Property |
Describes how this Lunch/Break is being applied.
enum En_ApplyMode { Elapsed = 0, Punched = 1, Elapsed or Punched = 2, Fixed = 3 }
Namespace: AMG.API.TimecardAssembly: AMG.API (in AMG.API.dll) Version: 2.0.0.0 (2.0.0.0)
Syntax public int ApplyMode { get; set; }
Public Property ApplyMode As Integer
Get
Set
public:
property int ApplyMode {
int get ();
void set (int value);
}
member ApplyMode : int with get, set
Property Value
Type:
Int32See Also