Skip to main content

ScheduleType enumeration

C#

enum ScheduleType
{
Unknown,
Daily,
SpecificDates,
Weekly,
Monthly,
Recurring
}

Members

The ScheduleType object enumeration has the following members.

MemberValueDescription
Unknown0Specify the schedule type to Unknown.
Daily1Specify the schedule type to Daily.
SpecificDates2Specify the schedule type to Specific Dates.
Weekly3Specify the schedule type to Weekly.
Monthly4Specify the schedule type to Monthly.
Recurring5Specify the schedule type to Recurring.