The function allows you to determine the completion time of the current instance.
Parameter |
Type |
Description |
|---|---|---|
- |
- |
- |
The function returns the escalation date as a UNIX timestamp.
Example:
…
$incidentEscalationDate = $this->getIncidentEscalationDate();
…