Cassandra\Date::__construct PHP Method

__construct() public method

Creates a new Date object
public __construct ( integer $seconds = null )
$seconds integer Absolute seconds from epoch (1970, 1, 1), can be negative, defaults to current time
    public function __construct($seconds = null)
    {
    }