Microsoft.Protocols.TestSuites.MS_OXWSMTGS.S01_CreateGetDeleteCalendarRelatedItem.MSOXWSMTGS_S01_TC14_ModifyOccurrenceWithAbsoluteYearlyPatternAndEndDateRange C# (CSharp) Method

MSOXWSMTGS_S01_TC14_ModifyOccurrenceWithAbsoluteYearlyPatternAndEndDateRange() private method

        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);
        }
S01_CreateGetDeleteCalendarRelatedItem