Navigation: PHP API > Determine instance data
Instance start date (getStartDate)
The function allows you to determine the date on which the instance was initiated.
Parameter
Type
Description
-
The function returns the start date as a UNIX timestamp.
Example:
…
$startDate = $this->getStartDate();