ScheduleType enumeration
C#
enum ScheduleType
{
Unknown,
Daily,
SpecificDates,
Weekly,
Monthly,
Recurring
}
Members
The ScheduleType object enumeration has the following members.
| Member | Value | Description |
|---|---|---|
| Unknown | 0 | Specify the schedule type to Unknown. |
| Daily | 1 | Specify the schedule type to Daily. |
| SpecificDates | 2 | Specify the schedule type to Specific Dates. |
| Weekly | 3 | Specify the schedule type to Weekly. |
| Monthly | 4 | Specify the schedule type to Monthly. |
| Recurring | 5 | Specify the schedule type to Recurring. |