Inheritance: RecurrencePatternBaseType
 public void MSOXWSMTGS_S01_TC14_ModifyOccurrenceWithAbsoluteYearlyPatternAndEndDateRange()
 {
     // Verify AbsoluteYearlyRecurrencePatternType and EndDateRecurrenceRangeType.
     AbsoluteYearlyRecurrencePatternType absoluteYearly = new AbsoluteYearlyRecurrencePatternType();
     absoluteYearly.DayOfMonth = 5;
     absoluteYearly.Month = MonthNamesType.February;
     EndDateRecurrenceRangeType endDateRange = new EndDateRecurrenceRangeType();
     this.VerifyModifiedOccurrences(absoluteYearly, endDateRange);
 }