Final Class Yiisoft\Db\Mssql\Column\DateTimeColumn
| Inheritance | Yiisoft\ |
|---|
Protected Methods
| Method | Description | Defined By |
|---|---|---|
| getMillisecondsFormat() | Yiisoft\ |
Method Details
| protected string getMillisecondsFormat ( ) |
protected function getMillisecondsFormat(): string
{
return match ($this->getDbType()) {
'smalldatetime' => '',
'datetime' => '.v',
default => parent::getMillisecondsFormat(),
};
}
User Contributed Notes
Leave a comment
Join the conversation to share a note.