| DailyOvertimeReset Property  | 
            Indicates if the accrual of hours should be reset at the end of the day.
            
 
Namespace: AMG.API.Definitions.PoliciesAssembly: AMG.API (in AMG.API.dll) Version: 2.0.0.0 (2.0.0.0)
Syntaxpublic bool Reset { get; set; }Public Property Reset As Boolean
	Get
	Set
public:
property bool Reset {
	bool get ();
	void set (bool value);
}member Reset : bool with get, set
Property Value
Type: 
Boolean
See Also