Navigation: PHP API > Determine instance data
Indate (getInDate)
The function allows you to determine the indate of the current step.
Parameter
Type
Description
-
The function returns the indate as a UNIX timestamp.
Example:
…
$indate = $this->getInDate();