JiraRestApi\Issue\Worklog::setTimeSpentSeconds PHP Method

setTimeSpentSeconds() public method

Function to set worklog time in seconds.
public setTimeSpentSeconds ( integer $timeSpentSeconds )
$timeSpentSeconds integer
    public function setTimeSpentSeconds($timeSpentSeconds)
    {
        $this->timeSpentSeconds = $timeSpentSeconds;
        return $this;
    }