Scilab-Branch-6.1-GIT
Please note that the recommended version of Scilab is 2025.0.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)
Voir aussi
Report an issue | ||
<< getdate | Temps - calendrier date horloge | realtimeinit >> |