Enum WindowsScheduledTaskCalendarType
- Namespace
- CENTREL.XIA.Configuration.Types
- Assembly
- CENTREL.XIA.Configuration.Types.dll
Represents the type of calendar schedule.
public enum WindowsScheduledTaskCalendarType
Fields
Daily = 1
The calendar type is daily.
Monthly = 3
The calendar type is monthly.
MonthlyDayOfWeek = 4
The calendar type is month and day of week.
Unknown = 0
The calendar type is unknown.
Weekly = 2
The calendar type is weekly.