business\TimeInterval::getStart PHP Method

getStart() public method

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