Calendar::setTimestamp

Calendar::setTimestamp() – カレンダーの値を Unix タイムスタンプで設定する

Synopsis

require_once 'Calendar.php';

void Calendar::setTimestamp ( int $ts )

Description

カレンダの値を Unix タイムスタンプで設定し、コンストラクタで渡された値を上書きします。

Parameter

integer $ts

Unix タイムスタンプ。

Throws

例外はスローされません。

Note

This function can not be called statically.