AutoRecover.Time Property

Definition

Sets or returns the time interval for the AutoRecover object.

public:
 property int Time { int get(); void set(int value); };
public int Time { get; set; }
Public Property Time As Integer

Property Value

Remarks

Permissible values are integers from 1 to 120 minutes. The default value is 10 minutes.

Entering a decimal value will round to the nearest whole number. For example, entering a value of 5.5 is the equivalent of 6.

If time values outside the valid range are entered, Microsoft Excel will revert to the previous time value used.

Applies to