Calendar::setTimestamp
Calendar::setTimestamp() – Defines the calendar by a Unix timestamp
Synopsis
require_once 'Calendar.php';
void Calendar::setTimestamp (
int $ts
)
Описание
Defines the calendar by a Unix timestamp, replacing values passed to the constructor
Parameter
-
integer
$ts
-
Unix timestamp
Throws
throws no exceptions thrown
Замечание
This function can not be called statically.