The Schedule type exposes the following members.
Constructors
Name | Description | |
---|---|---|
Schedule |
Creates a new instance of the schedule object.
|
Methods
Name | Description | |
---|---|---|
AddWorkingDayTimeBreak |
Updates the NonworkingDayIntervalProvider definition to consider the specified day time break, such as for having lunch.
| |
AddWorkingDayTimeBreaks |
Updates the NonworkingDayIntervalProvider definition to consider the specified day time break(s), such as for having lunch.
| |
Equals | (Inherited from Object.) | |
Finalize | (Inherited from Object.) | |
GetHashCode | (Inherited from Object.) | |
GetType | (Inherited from Object.) | |
MemberwiseClone | (Inherited from Object.) | |
ToString | (Inherited from Object.) |
Properties
Name | Description | |
---|---|---|
Continuous |
Provides continuous working time (7 days/week, 24 hours/day).
| |
NonworkingDayIntervalProvider |
Gets the specific nonworking day time interval provider method of the current schedule object.
| |
NonworkingIntervals |
Gets the generic nonworking time interval collection of the current schedule object.
| |
Standard |
Provides standard working time from Monday to Friday, and 8 AM to 4 PM.
| |
WorkingDayFinish |
Gets the working day finish time of the current schedule object.
| |
WorkingDayStart |
Gets the working day start time of the current schedule object.
| |
WorkingWeekFinish |
Gets the working week finish day of the current schedule object.
| |
WorkingWeekStart |
Gets the working week start day of the current schedule object.
|