| PolicyMissOutPunch Property  | 
                Hours interval after which Clock Out action will be performed automatically by the system for the cases when it is
                missing.
            
 
Namespace: AMG.API.Definitions.PoliciesAssembly: AMG.API (in AMG.API.dll) Version: 2.0.0.0 (2.0.0.0)
Syntaxpublic double MissOutPunch { get; set; }Public Property MissOutPunch As Double
	Get
	Set
public:
property double MissOutPunch {
	double get ();
	void set (double value);
}member MissOutPunch : float with get, set
Property Value
Type: 
Double
See Also