LunchBreakPayOutside Property |
Indicates if the time exceeding the maximum duration also to be paid.
Note that this field works only if
ApplyMode is set to Punched or Elapsed or Punched and
IsPaid is true.
Namespace: AMG.API.Definitions.ShiftsAssembly: AMG.API (in AMG.API.dll) Version: 2.0.0.0 (2.0.0.0)
Syntaxpublic Nullable<bool> PayOutside { get; set; }
Public Property PayOutside As Nullable(Of Boolean)
Get
Set
public:
property Nullable<bool> PayOutside {
Nullable<bool> get ();
void set (Nullable<bool> value);
}
member PayOutside : Nullable<bool> with get, set
Property Value
Type:
NullableBoolean
See Also