LunchBreakMinWork Property |
Shows how many hours prior to lunch start time employee should punch IN.
If employee punches later, then Fixed lunch is not being applied and instead is being applied Elapsed lunch.
Note that this field will be active only if
ApplyMode is set to Fixed.
Namespace: AMG.API.Definitions.ShiftsAssembly: AMG.API (in AMG.API.dll) Version: 2.0.0.0 (2.0.0.0)
Syntaxpublic Nullable<DateTime> MinWork { get; set; }
Public Property MinWork As Nullable(Of DateTime)
Get
Set
public:
property Nullable<DateTime> MinWork {
Nullable<DateTime> get ();
void set (Nullable<DateTime> value);
}
member MinWork : Nullable<DateTime> with get, set
Property Value
Type:
NullableDateTime
See Also