Scilab Home page | Wiki | Bug tracker | Forge | Mailing list archives | ATOMS | File exchange
Please login or create an account
Change language to: English - Français - Português - Русский -
Scilabヘルプ >> Time and Date > now

now

現在の日付と時間を返す

呼び出し手順

t = now()

説明

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

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

参照

  • clock — 現在の時間を日付ベクトルとして返す
  • datenum — シリアル日付番号に変換する
  • datevec — 日付の要素
Scilab Enterprises
Copyright (c) 2011-2015 (Scilab Enterprises)
Copyright (c) 1989-2012 (INRIA)
Copyright (c) 1989-2007 (ENPC)
with contributors
Last updated:
Wed Jun 15 08:35:29 CEST 2016