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

An event that occurs annually relative to a month, week, and day. More...

#include <ews.hpp>

Inheritance diagram for ews::relative_yearly_recurrence:
ews::recurrence_pattern

Public Member Functions

 relative_yearly_recurrence (day_of_week days_of_week, day_of_week_index index, month m)
 
day_of_week_index get_day_of_week_index () const EWS_NOEXCEPT
 
day_of_week get_days_of_week () const EWS_NOEXCEPT
 
month get_month () const EWS_NOEXCEPT
 
std::string get_occurence_name () override
 
- Public Member Functions inherited from ews::recurrence_pattern
std::string to_xml () const
 
rapidxml::xml_node & to_xml_element (rapidxml::xml_node<> &parent) const
 Creates a new XML element for this recurrence pattern and appends it to given parent node. More...
 

Additional Inherited Members

- Static Public Member Functions inherited from ews::recurrence_pattern
static std::unique_ptr< recurrence_patternfrom_xml_element (const rapidxml::xml_node<> &elem)
 Makes a recurrence_pattern instance from a <Recurrence> XML element.
 

Detailed Description

An event that occurs annually relative to a month, week, and day.

Describes an annual relative recurrence, e.g., every third Monday in April.


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