PAGI\Node\Node::sayDateTime PHP Method

sayDateTime() public method

Loads a prompt message for saying a date/time expressed by a unix timestamp and a format.
public sayDateTime ( integer $timestamp, string $format ) : Node
$timestamp integer
$format string
return Node
    public function sayDateTime($timestamp, $format)
    {
        $this->addClientMethodCall('sayDateTime', $timestamp, $format, $this->validInterruptDigits);
        return $this;
    }