• Модуль: timeman
  • Путь к файлу: ~/bitrix/modules/timeman/lib/form/schedule/shiftplanform.php
  • Класс: BitrixTimemanFormScheduleShiftPlanForm
  • Вызов: ShiftPlanForm::getDateAssignedUtc
public function getDateAssignedUtc()
{
	$date = TimeHelper::getInstance()
		->createDateTimeFromFormat(ShiftPlanTable::DATE_FORMAT, $this->dateAssignedFormatted, 0);
	$date->setTime(0, 0, 0);
	return $date;
}