• Модуль: timeman
  • Путь к файлу: ~/bitrix/modules/timeman/lib/model/schedule/shift/shift.php
  • Класс: BitrixTimemanModelScheduleShiftShift
  • Вызов: Shift::buildUtcStartByShiftplan
public function buildUtcStartByShiftplan($shiftPlan)
{
	return $this->buildUtcStartByUserId(
		$shiftPlan->getUserId(),
		$shiftPlan->getDateAssignedUtc()
	);
}