php-ews
php-ews copied to clipboard
getDatetime does not return \Datetime for MessageType instance
I thought, that - according to https://github.com/Garethp/php-ews/blob/master/src/API/Type/ItemType.php - I would get a Datettime object by calling getDatetime(), but instead I am getting a string.
I am calling the function on an instance of MessageType.