| DailyOvertimeOT3 Property  | 
                Amount of hours, after which the worked hours will be accrued as the OT3.
            
 
Namespace: AMG.API.Definitions.PoliciesAssembly: AMG.API (in AMG.API.dll) Version: 2.0.0.0 (2.0.0.0)
Syntaxpublic double OT3 { get; set; }Public Property OT3 As Double
	Get
	Set
public:
property double OT3 {
	double get ();
	void set (double value);
}member OT3 : float with get, set
Property Value
Type: 
Double
See Also