Scilab 5.4.0
Please note that the recommended version of Scilab is 6.1.0. This page might be outdated.
See the recommended documentation of this function
now
retourne la date courante sous forme d'une heure Unix (timestamp)
Séquence d'appel
t = now()
Description
t = now() la date et l'heure courante en un nombre lui correspondant (Voir datenum)
Exemples
realtimeinit(1); realtime(0); t1 = now() datevec(t1) realtime(10); t1 = now() datevec(t1)
Comments
Add a comment:
Please login to comment this page.