ScheduleItem Class
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Schedule info describing when the server should be started or stopped.
public class ScheduleItem
type ScheduleItem = class
Public Class ScheduleItem
- Inheritance
-
ScheduleItem
Constructors
ScheduleItem() |
Initializes a new instance of the ScheduleItem class. |
ScheduleItem(String, String, String, String) |
Initializes a new instance of the ScheduleItem class. |
Properties
StartDay |
Gets or sets start day. Possible values include: 'Sunday', 'Monday', 'Tuesday', 'Wednesday', 'Thursday', 'Friday', 'Saturday' |
StartTime |
Gets or sets start time. |
StopDay |
Gets or sets stop day. Possible values include: 'Sunday', 'Monday', 'Tuesday', 'Wednesday', 'Thursday', 'Friday', 'Saturday' |
StopTime |
Gets or sets stop time. |
Methods
Validate() |
Validate the object. |