• Модуль: main
  • Путь к файлу: ~/bitrix/modules/main/lib/db/sqlhelper.php
  • Класс: BitrixMainDBSqlHelper
  • Вызов: SqlHelper::convertFromDbDate
public function convertFromDbDate($value)
{
	return new TypeDate($value);
}