= IsTimeChanged = Checks whether the time is on a new second {{{ bool IsTimeChanged(void); }}} == Parameters == This function does not accept any parameters. == Return Value == * Returns true if the time is at a new second, or false if the time is still on the same second as the last time IsTimeChanged was called. == Remarks == == Examples == {{{ if(IsTimeChanged()) { DisplayText(0, 0, GetTimeStr(1)); } }}} == See Also == * [http://tech.825spectrum.com/trac/wiki/Docs/Prog/Manual/ApplicationLibraries/lib825ev/Time/ResetPrevTime ResetPrevTime]