Click or drag to resize

PeriodicScheduler Methods

The PeriodicScheduler type exposes the following members.

Methods
  NameDescription
Public methodAdd
Add a schedule and a dailyPattern to the PeriodicScheduler
Public methodCount
Number of Schedule-Pattern pairs
Public methodEquals
Determines whether the specified object is equal to the current object.
(Inherited from Object.)
Protected methodFinalize
Allows an object to try to free resources and perform other cleanup operations before it is reclaimed by garbage collection.
(Inherited from Object.)
Public methodGetAccumulatedValue
Get the accumulated value in the time span.
Public methodGetHashCode
Serves as the default hash function.
(Inherited from Object.)
Public methodGetProfileAt
Return the Schedule for the Schedule-dailyPattern pair at the specified index
Public methodGetScheduleAt
Return the Schedule for the Schedule-dailyPattern pair at the specified index
Public methodGetType
Gets the Type of the current instance.
(Inherited from Object.)
Public methodGetValue
Get the value of the periodic pattern at the given date.
Protected methodMemberwiseClone
Creates a shallow copy of the current Object.
(Inherited from Object.)
Public methodPrepare
Prepare item for simulation.
Public methodRemoveAt
Remove a schedule and a dailyPattern at the specified index
Public methodResetBuffer
Reset the buffer, in case changes have been made to the object, the buffer may no longer contain the correct value.
Public methodToString
Returns a string that represents the current object.
(Inherited from Object.)
Public methodValidate
Validate this
Top
See Also