This value shows the total duration of the shift's working time and is calculated by subtracting the total duration
of lunches and breaks from the Gross value.
Note that in case the shift group is fixed, this option is not editable and its value can't be entered manually,
but in case the shift group is flexible, it is to be entered manually.
Namespace: AMG.API.Definitions.ShiftsAssembly: AMG.API (in AMG.API.dll) Version: 2.0.0.0 (2.0.0.0)
Syntax public double Total { get; set; }
Public Property Total As Double
Get
Set
public:
property double Total {
double get ();
void set (double value);
}
member Total : float with get, set
Property Value
Type:
DoubleSee Also