YearlyRecurrencePattern

YearlyRecurrencePattern()

初始化YearlyRecurrencePattern类.

public YearlyRecurrencePattern()

也可以看看


YearlyRecurrencePattern(int, CalendarMonth)

初始化YearlyRecurrencePattern类.

public YearlyRecurrencePattern(int startOffset, CalendarMonth startMonth)
范围类型描述
startOffsetInt32起始偏移量。
startMonthCalendarMonth开始月份。

也可以看看


YearlyRecurrencePattern(CalendarDay, CalendarMonth, DayPosition)

初始化YearlyRecurrencePattern类.

public YearlyRecurrencePattern(CalendarDay startDay, CalendarMonth startMonth, 
    DayPosition startPosition)
范围类型描述
startDayCalendarDay开始日。
startMonthCalendarMonth开始月份。
startPositionDayPosition起始位置。

也可以看看