Storm\Drivers\Platforms\SQLite\Columns\DataTypes\DateTimeDataType::PersistedValue PHP Method

PersistedValue() protected method

protected PersistedValue ( $PropertyValue )
    protected function PersistedValue($PropertyValue)
    {
        return $PropertyValue->format(self::DateTimeFormat);
    }