ews-cpp
0.9
|
Represents recurrence range with no end date. More...
#include <ews.hpp>
Public Member Functions | |
no_end_recurrence_range (date start_date) | |
std::string | get_reccurence_range_name () override |
const date_time & | get_start_date () const EWS_NOEXCEPT |
Public Member Functions inherited from ews::recurrence_range | |
std::string | to_xml () const |
rapidxml::xml_node & | to_xml_element (rapidxml::xml_node<> &parent) const |
Creates a new XML element for this recurrence range and appends it to given parent node. More... | |
Additional Inherited Members | |
Static Public Member Functions inherited from ews::recurrence_range | |
static std::unique_ptr< recurrence_range > | from_xml_element (const rapidxml::xml_node<> &elem) |
Makes a recurrence_range instance from a <Recurrence> XML element. | |
Represents recurrence range with no end date.