LunchBreakMinimumDuration Property |
Minimum duration of the lunch/break. Note that if the duration of transaction is less than the minimum duration,
then the system won't consider the transaction as a lunch/break.
Namespace: AMG.API.Definitions.ShiftsAssembly: AMG.API (in AMG.API.dll) Version: 2.0.0.0 (2.0.0.0)
Syntax public Nullable<DateTime> MinimumDuration { get; set; }
Public Property MinimumDuration As Nullable(Of DateTime)
Get
Set
public:
property Nullable<DateTime> MinimumDuration {
Nullable<DateTime> get ();
void set (Nullable<DateTime> value);
}
member MinimumDuration : Nullable<DateTime> with get, set
Property Value
Type:
NullableDateTimeSee Also