Mathematica 9 is now available
THIS IS DOCUMENTATION FOR AN OBSOLETE PRODUCT.
SEE THE DOCUMENTATION CENTER FOR THE LATEST INFORMATION.
Mathematica > Core Language > Tuning & Debugging >

UpdateInterval

UpdateInterval
is an option to Refresh and Dynamic that specifies at what time interval to do updates.
  • UpdateInterval->t specifies that updating should, if possible, be done at least every t seconds.
  • UpdateInterval->0 specifies that updating should be done as fast as possible.
Force DateString to dynamically update every second:
Use UpdateInterval directly in Dynamic:
Force an update to be done as fast as possible:
Force DateString to dynamically update every second:
In[1]:=
Click for copyable input
Out[1]=
 
Use UpdateInterval directly in Dynamic:
In[1]:=
Click for copyable input
Out[1]=
 
Force an update to be done as fast as possible:
In[1]:=
Click for copyable input
Out[1]=
In[2]:=
Click for copyable input
New in 6
Ask a question about this page  |  Suggest an improvement  |  Leave a message for the team