Changes between Version 10 and Version 11 of Docs/Prog/Manual/ApplicationLibraries/lib825ev/Time/GetTimeStr


Ignore:
Timestamp:
03/12/25 07:43:22 (3 weeks ago)
Author:
Don Wilson
Comment:

--

Legend:

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

    v10 v11  
    22Get the time
    33
    4 {{{
     4{{{#!c++
    55string GetTimeStr(int secs);
    66
     
    2828== Examples ==
    2929
    30 {{{
     30{{{#!c++
    3131string strTime = GetTimeStr(1);
    3232DisplayText(10, 10, strTime);
    3333}}}
    3434
    35 {{{
     35{{{#!c++
    3636char szTime[20];
    3737GetTimeStr(szTime, 1);
     
    3939}}}
    4040
    41 {{{
     41{{{#!c++
    4242datetime_struct dt;
    4343dt.hour = 9;
     
    4949}}}
    5050
    51 {{{
     51{{{#!c++
    5252datetime_struct dt;
    5353dt.hour = 9;