Please ensure Javascript is enabled for purposes of website accessibility
Powered by Zoomin Software. For more details please contactZoomin

AVEVA™ InTouch HMI

DateTimeGMT() 関数

  • Last UpdatedApr 04, 2022
  • 1 minute read

世界協定時刻(UTC)で 1970 年 1 月 1 日以降に経過した日数(端数を含む)を返します。

注: この関数は、アニメーション表示リンクでは使用できません。

構文

result = DateTimeGMT();

戻り値

UTC で 1970 年 1 月 1 日以降の日数。リテラル実数値です。

このスクリプトは、UTC での現在の日付および時刻を返します。

StringFromTime(DateTimeGMT() * 86400.0, 3);

In This Topic