|   | ITime | 
 Syntax
Syntaxpublic interface ITimeSeriesValue<T> : ITimeSeriesValue
The ITimeSeriesValueT type exposes the following members.
 Properties
Properties| Name | Description | |
|---|---|---|
|  | ID | Gets or sets the Guid based signal ID of this ITimeSeriesValueT. (Inherited from ITimeSeriesValue) | 
|  | Timestamp | Gets or sets exact timestamp, in ticks, of the data represented by this ITimeSeriesValueT. (Inherited from ITimeSeriesValue) | 
|  | Value | Gets or sets the raw typed value of this ITimeSeriesValueT. | 
 Methods
Methods| Name | Description | |
|---|---|---|
|  | GetHashCode | Get the hash code for the ID. (Inherited from ITimeSeriesValue) | 
 See Also
See Also