Le 29/07/2013 17:42, abbat81 a écrit :
>
> Hello.
> It was good to use Time(0, 0, seconds)  but for now I need to use more
> seconds.
>
> So, now I get:
>
> Print Time(0, 0, 32767)  => 09:06:07
> Print Time(0, 0, 32768)  => 14:53:52 (00/00/0000 14:53:52)
>
> How can I get Format("hh:nn:ss") from seconds?
>
> Thanks.
>

Format(nSeconds / 3600 / 24, "hh:nn:ss")

-- 
Benoît Minisini

------------------------------------------------------------------------------
See everything from the browser to the database with AppDynamics
Get end-to-end visibility with application monitoring from AppDynamics
Isolate bottlenecks and diagnose root cause in seconds.
Start your free trial of AppDynamics Pro today!
http://pubads.g.doubleclick.net/gampad/clk?id=48808831&iu=/4140/ostg.clktrk
_______________________________________________
Gambas-user mailing list
Gambas-user@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/gambas-user

Reply via email to