TimeValuePair
Implementation of a time and value pair.
-
Name Type Description Date Date Date and time of the occurrence. Value Number The value at the given date and time
Implementation of a time and value pair.
| Name | Type | Description |
|---|---|---|
| Date | Date | Date and time of the occurrence. |
| Value | Number | The value at the given date and time |
{
"Date": "2021-05-21T00:00:00",
"Value": 10
}