AutoRecover.Time Property
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
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.