Date

文字列 から Date オブジェクトを作る機能とオブジェクトから 文字列を作る機能が未実装ですが、他は JavaScript の Date とほぼ互換です。

メンバ

コンストラクタ
Date (現在日時コンストラクタ )
Date (日付文字列コンストラクタ )
Date (年月日時分秒を指定コンストラクタ )
メソッド
getDate (地域時間による日の取得 )
getDay (曜日の取得 )
getHours (地域時間による時の取得 )
getMinutes (地域時間による分の取得 )
getMonth (地域時間による月の取得 )
getSeconds (地域時間による秒の取得 )
getTime (1970年1月1日0:00からの経過ミリ秒の設定 )
getYear (地域時間による4桁の西暦年の取得 )
parse (日付文字列の解釈 )
setDate (地域時間による日の設定 )
setHours (地域時間による時の設定 )
setMinutes (地域時間による分の設定 )
setMonth (地域時間による月の設定 )
setSeconds (地域時間による秒の設定 )
setTime (1970年1月1日0:00からの経過ミリ秒の設定 )
setYear (地域時間による4桁の西暦年の設定 )
プロパティ
イベント