Click or drag to resize

Schedule Properties

The Schedule type exposes the following members.

Properties
  Name Description
Public property DayPart Gets the SchedulePart of the Schedule that represents day of month DateTimePart.
Public property DaysOfWeekPart Gets the SchedulePart of the Schedule that represents day of week DateTimePart.
Public property Description Gets or sets a description of the Schedule.
Public property HourPart Gets the SchedulePart of the Schedule that represents hour DateTimePart.
Public property LastDueAt Gets the DateTime when the Schedule was last due.
Public property MinutePart Gets the SchedulePart of the Schedule that represents minute DateTimePart.
Public property MonthPart Gets the SchedulePart of the Schedule that represents month DateTimePart.
Public property Name Gets or sets the name of the Schedule.
Public property Rule Gets or sets the rule of the Schedule defined in UNIX crontab syntax.
Public property Status Gets the current status of the Schedule.
Public property UseLocalTime Gets or sets a flag that determines whether the scheduler uses local time or UTC time for scheduling.
Top
See Also