Changes between Initial Version and Version 1 of Docs/Prog/Manual/ApplicationLibraries/lib825ev/Time/ResetPrevTime


Ignore:
Timestamp:
08/20/10 15:37:26 (14 years ago)
Author:
Don Wilson
Comment:

--

Legend:

Unmodified
Added
Removed
Modified
  • Docs/Prog/Manual/ApplicationLibraries/lib825ev/Time/ResetPrevTime

    v1 v1  
     1= ResetPrevTime =
     2Resets the previous time so the next call to IsTimeChanged will return true.
     3
     4{{{
     5void ResetPrevTime(void);
     6}}}
     7
     8== Parameters ==
     9
     10This function does not accept any parameters.
     11
     12== Return Value ==
     13
     14This function does not return any result.
     15
     16== Remarks ==
     17
     18
     19== Examples ==
     20
     21{{{
     22// After clearing a menu display reset the previous time so the time will be redrawn right away
     23ResetPrevTime();
     24}}}
     25
     26
     27== See Also ==
     28
     29 * [http://tech.825spectrum.com/trac/wiki/Docs/Prog/Manual/ApplicationLibraries/lib825ev/Time/IsTimeChanged IsTimeChanged]
     30