Cassandra\Timestamp::__construct PHP Method

__construct() public method

Creates a new timestamp from either unix timestamp and microseconds or from the current time by default.
public __construct ( integer $time = null, integer $usec = null )
$time integer Unix timestamp
$usec integer Microseconds
    public function __construct($time = null, $usec = null)
    {
    }