LunchBreakMaxPunch Property |
The amount of hours within which employee (starting either from Shift Start time or actual Clock in time) should
punch for lunch.
Namespace: AMG.API.Definitions.ShiftsAssembly: AMG.API (in AMG.API.dll) Version: 2.0.0.0 (2.0.0.0)
Syntax public Nullable<DateTime> MaxPunch { get; set; }
Public Property MaxPunch As Nullable(Of DateTime)
Get
Set
public:
property Nullable<DateTime> MaxPunch {
Nullable<DateTime> get ();
void set (Nullable<DateTime> value);
}
member MaxPunch : Nullable<DateTime> with get, set
Property Value
Type:
NullableDateTimeSee Also