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