This value is generated automatically and shows the total duration of the shift.
Note that in case the shift group is fixed, this value is equal to the difference of Stop and Start times
and in case the shift group is flexible it is equal to the sum of Total value and Lunch/Breaks durations.
In both cases this option is not editable and its value can't 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 Gross { get; set; }
Public Property Gross As Double
Get
Set
public:
property double Gross {
double get ();
void set (double value);
}
member Gross : float with get, set
Property Value
Type:
DoubleSee Also