LunchBreakElapsed Property |
Amount of hours after which a lunch/break will be automatically deducted. Note that this field will be active only
if
ApplyMode is set to Elapsed, Elapsed or Punched or Fixed.
Namespace: AMG.API.Definitions.ShiftsAssembly: AMG.API (in AMG.API.dll) Version: 2.0.0.0 (2.0.0.0)
Syntax public Nullable<DateTime> Elapsed { get; set; }
Public Property Elapsed As Nullable(Of DateTime)
Get
Set
public:
property Nullable<DateTime> Elapsed {
Nullable<DateTime> get ();
void set (Nullable<DateTime> value);
}
member Elapsed : Nullable<DateTime> with get, set
Property Value
Type:
NullableDateTimeSee Also