Calendar::setTimestamp()
Calendar::setTimestamp() -- Defines the calendar by a Unix timestamp, replacing values
概要
require_once 'Calendar.php'; |
void Calendar::setTimestamp (int $ts)
説明
passed to the constructor
パラメータ
- integer
$ts
Unix timestamp
例外・エラー
throws no exceptions thrown
注意
この関数は、スタティックにコールする
ことはできません。