Aspose::Email::Calendar::Recurrences::YearlyRecurrencePattern Class Reference

Represents a recurrence pattern of yearly recurrence type. More...

Inherits Aspose::Email::Calendar::Recurrences::RecurrencePattern.

Public Member Functions

int32_t get_iStartDay () const
 
CalendarDay get_StartDay ()
 Gets the start day. More...
 
void set_StartDay (CalendarDay value)
 Sets the start day. More...
 
int32_t get_StartOffset () const
 Gets the start offset. More...
 
void set_StartOffset (int32_t value)
 Sets the start offset. More...
 
DayPosition get_StartPosition ()
 Gets the start position. More...
 
void set_StartPosition (DayPosition value)
 Sets the start position. More...
 
int32_t get_iStartMonth () const
 
CalendarMonth get_StartMonth ()
 Gets the start month. More...
 
void set_StartMonth (CalendarMonth value)
 Sets the start month. More...
 
 YearlyRecurrencePattern ()
 Initializes a new instance of the YearlyRecurrencePattern class. More...
 
 YearlyRecurrencePattern (int32_t startOffset, CalendarMonth startMonth)
 Initializes a new instance of the YearlyRecurrencePattern class. More...
 
 YearlyRecurrencePattern (CalendarDay startDay, CalendarMonth startMonth, DayPosition startPosition)
 Initializes a new instance of the YearlyRecurrencePattern class. More...
 
- Public Member Functions inherited from Aspose::Email::Calendar::Recurrences::RecurrencePattern
int32_t get_Interval () const
 Gets the number of recurrence units. More...
 
void set_Interval (int32_t value)
 Sets the number of recurrence units. More...
 
int32_t get_Occurs () const
 Gets the number of occurrences of the recurrence pattern. More...
 
void set_Occurs (int32_t value)
 Sets the number of occurrences of the recurrence pattern. More...
 
System::DateTime get_EndDate () const
 Gets the end date. More...
 
void set_EndDate (System::DateTime value)
 Sets the end date. More...
 
CalendarDay get_WeekStart () const
 Gets the week start. More...
 
void set_WeekStart (CalendarDay value)
 Sets the week start. More...
 

Friends

class Aspose::Email::Calendar::Recurrences::RecurrencePattern
 

Additional Inherited Members

- Static Public Member Functions inherited from Aspose::Email::Calendar::Recurrences::RecurrencePattern
static System::SharedPtr< Aspose::Email::Calendar::Model::Property::RRuleProperty > BuildYearlyRRule (System::SharedPtr< YearlyRecurrencePattern > p)
 
static System::SharedPtr< Aspose::Email::Calendar::Model::Property::RRuleProperty > BuildMonthlyRRule (System::SharedPtr< MonthlyRecurrencePattern > p)
 
static System::SharedPtr< Aspose::Email::Calendar::Model::Property::RRuleProperty > BuildWeeklyRRule (System::SharedPtr< WeeklyRecurrencePattern > p)
 
static System::SharedPtr< Aspose::Email::Calendar::Model::Property::RRuleProperty > BuildDailyRRule (System::SharedPtr< DailyRecurrencePattern > p)
 
static System::SharedPtr< RecurrencePatternto_RecurrencePattern (System::String value)
 
- Protected Member Functions inherited from Aspose::Email::Calendar::Recurrences::RecurrencePattern
 RecurrencePattern ()
 Initializes a new instance of the RecurrencePattern class. More...
 
 RecurrencePattern (System::DateTime endDate)
 Initializes a new instance of the RecurrencePattern class. More...
 
 RecurrencePattern (int32_t occurs)
 Initializes a new instance of the RecurrencePattern class. More...
 
 RecurrencePattern (System::DateTime endDate, int32_t interval)
 Initializes a new instance of the RecurrencePattern class. More...
 
 RecurrencePattern (int32_t occurs, int32_t interval)
 Initializes a new instance of the RecurrencePattern class. More...
 

Detailed Description

Represents a recurrence pattern of yearly recurrence type.

Constructor & Destructor Documentation

◆ YearlyRecurrencePattern() [1/3]

Aspose::Email::Calendar::Recurrences::YearlyRecurrencePattern::YearlyRecurrencePattern ( )

Initializes a new instance of the YearlyRecurrencePattern class.

◆ YearlyRecurrencePattern() [2/3]

Aspose::Email::Calendar::Recurrences::YearlyRecurrencePattern::YearlyRecurrencePattern ( int32_t  startOffset,
CalendarMonth  startMonth 
)

Initializes a new instance of the YearlyRecurrencePattern class.

Parameters
startOffsetThe start offset.
startMonthThe start month.

◆ YearlyRecurrencePattern() [3/3]

Aspose::Email::Calendar::Recurrences::YearlyRecurrencePattern::YearlyRecurrencePattern ( CalendarDay  startDay,
CalendarMonth  startMonth,
DayPosition  startPosition 
)

Initializes a new instance of the YearlyRecurrencePattern class.

Parameters
startDayThe start day.
startMonthThe start month.
startPositionThe start position.

Member Function Documentation

◆ get_iStartDay()

int32_t Aspose::Email::Calendar::Recurrences::YearlyRecurrencePattern::get_iStartDay ( ) const

◆ get_iStartMonth()

int32_t Aspose::Email::Calendar::Recurrences::YearlyRecurrencePattern::get_iStartMonth ( ) const

◆ get_StartDay()

CalendarDay Aspose::Email::Calendar::Recurrences::YearlyRecurrencePattern::get_StartDay ( )

Gets the start day.

The start day.

◆ get_StartMonth()

CalendarMonth Aspose::Email::Calendar::Recurrences::YearlyRecurrencePattern::get_StartMonth ( )

Gets the start month.

The start month.

◆ get_StartOffset()

int32_t Aspose::Email::Calendar::Recurrences::YearlyRecurrencePattern::get_StartOffset ( ) const

Gets the start offset.

The start offset.

◆ get_StartPosition()

DayPosition Aspose::Email::Calendar::Recurrences::YearlyRecurrencePattern::get_StartPosition ( )

Gets the start position.

The start position.

◆ set_StartDay()

void Aspose::Email::Calendar::Recurrences::YearlyRecurrencePattern::set_StartDay ( CalendarDay  value)

Sets the start day.

The start day.

◆ set_StartMonth()

void Aspose::Email::Calendar::Recurrences::YearlyRecurrencePattern::set_StartMonth ( CalendarMonth  value)

Sets the start month.

The start month.

◆ set_StartOffset()

void Aspose::Email::Calendar::Recurrences::YearlyRecurrencePattern::set_StartOffset ( int32_t  value)

Sets the start offset.

The start offset.

◆ set_StartPosition()

void Aspose::Email::Calendar::Recurrences::YearlyRecurrencePattern::set_StartPosition ( DayPosition  value)

Sets the start position.

The start position.

Friends And Related Function Documentation

◆ Aspose::Email::Calendar::Recurrences::RecurrencePattern