business\TimeInterval::getEnd PHP Method

getEnd() public method

Gets the end time.
public getEnd ( ) : Time
return Time
    public function getEnd()
    {
        return $this->end;
    }