Cassandra\Date::__construct PHP 메소드

__construct() 공개 메소드

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)
    {
    }