(日付)
getMinutes
現在の時間(分)を返します
書式
★.getMinutes()
★=Dateオブジェクト名
文例
d = myDate.getMinutes()
上位オブジェクト
Date
説明
現在の時間(分)を返します。0〜59までの値になります。
関連
setMinutes
サンプル1
サンプル2(Dreamcast用)