ews-cpp  0.9
Public Member Functions | List of all members
ews::numbered_recurrence_range Class Referencefinal

Represents a numbered recurrence range. More...

#include <ews.hpp>

Inheritance diagram for ews::numbered_recurrence_range:
ews::recurrence_range

Public Member Functions

 numbered_recurrence_range (date start_date, uint32_t no_of_occurrences)
 
uint32_t get_number_of_occurrences () const EWS_NOEXCEPT
 
std::string get_reccurence_range_name () override
 
const date_timeget_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_rangefrom_xml_element (const rapidxml::xml_node<> &elem)
 Makes a recurrence_range instance from a <Recurrence> XML element.
 

Detailed Description

Represents a numbered recurrence range.


The documentation for this class was generated from the following file: