Nette\Database\Drivers\OciDriver::formatDateInterval PHP Méthode

formatDateInterval() public méthode

Formats date-time interval for use in a SQL statement.
public formatDateInterval ( DateInterval $value )
$value DateInterval
    public function formatDateInterval(\DateInterval $value)
    {
        throw new Nette\NotSupportedException();
    }