Calendar::setTimestamp

Calendar::setTimestamp() – Defines the calendar by a Unix timestamp

Synopsis

require_once 'Calendar.php';

void Calendar::setTimestamp ( int $ts )

Description

Defines the calendar by a Unix timestamp, replacing values passed to the constructor

Parameter

integer $ts

Unix timestamp

Throws

throws no exceptions thrown

Note

This function can not be called statically.