TimeseriesDataPoint interface
時系列で使用される時系列データ ポイントを定義します
プロパティ
date |
UTC の時系列データ ポイントの DateTime |
value | 時系列データ ポイントの値 |
プロパティの詳細
dateTimeUTC
UTC の時系列データ ポイントの DateTime
dateTimeUTC?: string
プロパティ値
string
value
時系列データ ポイントの値
value?: number
プロパティ値
number