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