TsItem Methods |
The TsItem type exposes the following members.
Name | Description | |
---|---|---|
Create |
Factory method to create a time series item with a specific type, value type and quantity
| |
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.) | |
GetHashCode | Serves as a hash function for a particular type. (Inherited from Object.) | |
GetType | Gets the Type of the current instance. (Inherited from Object.) | |
MemberwiseClone | Creates a shallow copy of the current Object. (Inherited from Object.) | |
ToString | Returns a string that represents the current object. (Inherited from Object.) |
Name | Description | |
---|---|---|
GetNextTransitionTime(DateTime) | Overloaded.
Returns the next transition time after the given dateTime for the time series item.
A transition time is a time where the value of the time series item changes next.
(Defined by TsExtensions.)If the specified time is equal to the latest time of the item, then the latest time is returned. | |
GetNextTransitionTime(TsTime, DateTime) | Overloaded.
Returns the next transition time after the given dateTime for the time series item.
A transition time is a time where the value of the time series item changes next.
(Defined by TsExtensions.)If the specified time is equal to the latest time of the item, then the latest time is returned. |