Doctrine\DBAL\Platforms\SQLServerPlatform::getTimeFormatString PHP Method

getTimeFormatString() public method

{@inheritDoc}
public getTimeFormatString ( )
    public function getTimeFormatString()
    {
        return 'Y-m-d H:i:s.000';
    }
SQLServerPlatform