PeriodicScheduler Methods |
The PeriodicScheduler type exposes the following members.
Name | Description | |
---|---|---|
Add |
Add a schedule and a dailyPattern to the PeriodicScheduler
| |
Count |
Number of Schedule-Pattern pairs
| |
Equals | Determines whether the specified object is equal to the current object. (Inherited from Object.) | |
Finalize | Allows an object to try to free resources and perform other cleanup operations before it is reclaimed by garbage collection. (Inherited from Object.) | |
GetAccumulatedValue |
Get the accumulated value in the time span.
| |
GetHashCode | Serves as the default hash function. (Inherited from Object.) | |
GetProfileAt |
Return the Schedule for the Schedule-dailyPattern pair at the specified index
| |
GetScheduleAt |
Return the Schedule for the Schedule-dailyPattern pair at the specified index
| |
GetType | Gets the Type of the current instance. (Inherited from Object.) | |
GetValue |
Get the value of the periodic pattern at the given date.
| |
MemberwiseClone | Creates a shallow copy of the current Object. (Inherited from Object.) | |
Prepare |
Prepare item for simulation.
| |
RemoveAt |
Remove a schedule and a dailyPattern at the specified index
| |
ResetBuffer |
Reset the buffer, in case changes have been made to the
object, the buffer may no longer contain the correct
value.
| |
ToString | Returns a string that represents the current object. (Inherited from Object.) | |
Validate |
Validate this
|