Horde_ActiveSync_Message_Exception::getExceptionStartTime PHP Method

getExceptionStartTime() public method

Exception start time. This field seems to have different usages depending on if this is a command request from the client or from the server. If it's part of a request from client, then it represents the date of the exception that is to be deleted. If it is from server, it represents the date of the *original* recurring event.
Deprecation:
public getExceptionStartTime ( ) : Horde_Date
return Horde_Date The exception's start time
    public function getExceptionStartTime()
    {
        return $this->_getAttribute('exceptionstarttime');
    }