JiraRestApi\Issue\Worklog::setTimeSpent PHP Method

setTimeSpent() public method

Function to set worklog time in string.
public setTimeSpent ( string $timeSpent )
$timeSpent string
    public function setTimeSpent($timeSpent)
    {
        $this->timeSpent = $timeSpent;
        return $this;
    }