Enum RecurrencePattern
RecurrencePattern enumeration
表示循环任务的一种循环模式。
[Flags]
public enum RecurrencePattern
价值观
姓名 | 价值 | 描述 |
---|---|---|
Daily | 1 | 每日模式。 |
Weekly | 4 | 每周模式。 |
Monthly | 8 | 每月模式。 |
Yearly | 10 | 年度模式。 |
也可以看看
- 命名空间 Aspose.Tasks
- 部件 Aspose.Tasks
表示循环任务的一种循环模式。
[Flags]
public enum RecurrencePattern
姓名 | 价值 | 描述 |
---|---|---|
Daily | 1 | 每日模式。 |
Weekly | 4 | 每周模式。 |
Monthly | 8 | 每月模式。 |
Yearly | 10 | 年度模式。 |