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
現在の日付と時間を返す
呼び出し手順
t = now()
説明
t = now() は,日数として日付と時間を返します. (datenum参照)
例
realtimeinit(1); realtime(0); t1 = now() datevec(t1) realtime(10); t1 = now() datevec(t1)
参照
Report an issue | ||
<< getdate | Time and Date | realtimeinit >> |