Scilab 6.0.0
Please note that the recommended version of Scilab is 2025.0.0. This page might be outdated.
See the recommended documentation of this function
calendar
カレンダー
呼び出し手順
c=calendar() c = calendar(y,m)
説明
c = calendar は現在の月に関するカレンダーを含むリストを返します. カレンダーは日曜日から土曜日までとなります.
c = calendar(y,m), ただし, y および m は整数で, 指定した年の 指定した月のカレンダーを返します.
例
calendar() calendar(1973,8)
Report an issue | ||
<< Time and Date | Time and Date | clock >> |