The Schedule type exposes the following members.
Constructors
Methods
Name | Description | |
---|---|---|
ClearCache |
Clears the current value cache used for performance values.
| |
ContinuousScheduleProvider |
Represents the continuous day schedule provider method representing the schedule of Sunday - Saturday, 24h/day.
| |
Equals | (Inherited from Object.) | |
Finalize | (Inherited from Object.) | |
GetDefaultMaxSearchDuration |
Gets the default maximum search duration to be used internally by this Schedule instance.
The default value returned by this method is 730.5 days (about 2 years).
Inheriters should override this method to specify their own maximum search duration, which should be smaller to improve performance when the schedule uses often time intervals, or higher to support the case of a schedule that uses rare time intervals.
| |
GetEffort | Overloaded. | |
GetFinish | Overloaded. | |
GetHashCode | (Inherited from Object.) | |
GetNextWorkTime | Overloaded. | |
GetNextWorkTimeIntervals | Overloaded. | |
GetPreviousWorkTime | Overloaded. | |
GetPreviousWorkTimeIntervals | Overloaded. | |
GetStart | Overloaded. | |
GetType | (Inherited from Object.) | |
MemberwiseClone | (Inherited from Object.) | |
StandardDayScheduleProvider |
Represents the standard day schedule provider method representing the schedule of Monday - Friday, 8h/day (8 AM - 4 PM).
| |
ToString |
Provides a string representation of this Schedule object.
(Overrides Object..::.ToString()()().) |
Properties
Name | Description | |
---|---|---|
Content |
Gets an object (usually a name) that identifies the Schedule instance.
| |
Continuous |
Gets the continuous instance of the Schedule class representing the schedule of Sunday - Saturday, 24h/day.
| |
DayScheduleProvider |
Gets method that returns the work time intervals of a specified day that defines the Schedule instance.
| |
IsCachingEnabled |
Gets or sets a value indicating whether to use an internal value cache for optimization purposes.
| |
Standard |
Gets the standard instance of the Schedule class representing the schedule of Monday - Friday, 8h/day (8 AM - 4 PM).
| |
StandardDayDuration |
Gets the duration of a working day using the Standard schedule.
| |
StandardDayFinish |
Gets the finish time of working day using the Standard schedule.
| |
StandardDayStart |
Gets the standard time of working day using the Standard schedule.
|