 | ITimeSeriesPoint Interface |
Objects used in time series.
Namespace: C2ExplorerServiceStack.Logic.InterfacesAssembly: C2ExplorerServiceStack.Logic (in C2ExplorerServiceStack.Logic.dll) Version: 1.0
Syntaxpublic interface ITimeSeriesPoint
The ITimeSeriesPoint type exposes the following members.
Properties|
| Name | Description |
|---|
 | DateTime |
Gets or sets the date and time.
|
 | Value |
Gets or sets the value.
|
Top
See Also