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
datevec
日付の要素
呼び出し手順
V=datevec(DT) [Y,M,D,H,MI,S]=datevec(DT)
説明
V = datevec(DT) は,(datenumにより定義された)日数を 要素[year, month, day, hour, minute, second]を有する日付ベクトル V に変換します. 最初の5個の要素は整数です. DT は配列とすることができます.
[Y, M, D, H, MI, S] = datevec(DT) は日付ベクトルの 要素を別々の配列に返します. DT は配列とすることができます.
例
Report an issue | ||
<< datenum | Time and Date | eomday >> |