Scilab Website | Contribute with GitLab | Mailing list archives | ATOMS toolboxes
Scilab Online Help
2023.0.0 - 日本語


now

現在の日付と時間を返す

呼び出し手順

t = now()

説明

t = now() は,日数として日付と時間を返します. (datenum参照)

realtimeinit(1);
realtime(0);
t1 = now()
datevec(t1)
realtime(10);
t1 = now()
datevec(t1)

参照

  • clock — Return the current Gregorian datetime and international time zone of the computer's clock
  • datenum — シリアル日付番号に変換する
  • datevec — 日付の要素
Report an issue
<< getdate Time and Date realtimeinit >>

Copyright (c) 2022-2023 (Dassault Systèmes)
Copyright (c) 2017-2022 (ESI Group)
Copyright (c) 2011-2017 (Scilab Enterprises)
Copyright (c) 1989-2012 (INRIA)
Copyright (c) 1989-2007 (ENPC)
with contributors
Last updated:
Tue Mar 07 09:28:51 CET 2023