• Модуль: timeman
  • Путь к файлу: ~/bitrix/modules/timeman/lib/model/schedule/shiftplan/shiftplan.php
  • Класс: BitrixTimemanModelScheduleShiftPlanShiftPlan
  • Вызов: ShiftPlan::getDateAssignedTimestamp
public function getDateAssignedTimestamp()
{
	if (!$this->getDateAssignedUtc())
	{
		return null;
	}
	return $this->getDateAssignedUtc()->getTimestamp();
}