Click or drag to resize

OneDayTsProfile Methods

The OneDayTsProfile type exposes the following members.

Methods
  NameDescription
Public methodStatic memberCreate
Creating a OneDayTsProfile assuming that each value[i] is defined based on the valueType.
Public methodStatic memberCreateMidpointValues
Creating a OneDayTsProfile assuming that each value[i] is defined in the middle of the interval times[i] to times[i+1], assuming that the value is valid until time 60*60*24 (secondsInOneDay).
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 of the one-day-profile in the given interval. Only the time of day part of the date is used. If start is exactly on midnight, is it assumed to be 0 hours. If end is exactly on midnigt is is assumed to be 24 hours.
Public methodGetHashCode
Serves as the default hash function.
(Inherited from Object.)
Public methodGetType
Gets the Type of the current instance.
(Inherited from Object.)
Public methodGetValue
Get the value of the daily pattern at the given date. Only the time of day part of the date is used.
Protected methodMemberwiseClone
Creates a shallow copy of the current Object.
(Inherited from Object.)
Public methodPrepare
Prepare item for simulation.
Public methodToString
String describing the object
(Overrides ObjectToString.)
Top
See Also