YearlyRecurrencePattern
YearlyRecurrencePattern class
表示每年重复类型的重复模式。
public class YearlyRecurrencePattern : RecurrencePattern
构造函数
| 姓名 | 描述 |
|---|---|
| YearlyRecurrencePattern() | 初始化YearlyRecurrencePattern类. |
| YearlyRecurrencePattern(int, CalendarMonth) | 初始化YearlyRecurrencePattern类. |
| YearlyRecurrencePattern(CalendarDay, CalendarMonth, DayPosition) | 初始化YearlyRecurrencePattern类. |
特性
| 姓名 | 描述 |
|---|---|
| EndDate { get; set; } | 获取或设置结束日期。 |
| Interval { get; set; } | 获取或设置重复单元数。 |
| Occurs { get; set; } | 获取或设置重复模式的出现次数。 |
| StartDay { get; set; } | 获取或设置开始日期。 |
| StartMonth { get; set; } | 获取或设置开始月份。 |
| StartOffset { get; set; } | 获取或设置起始偏移量。 |
| StartPosition { get; set; } | 获取或设置起始位置。 |
| WeekStart { get; set; } | 获取或设置周开始。 |
方法
| 姓名 | 描述 |
|---|---|
| override ToString() | 返回代表当前对象的字符串。 |