Click or drag to resize

TsTimeDateTimes Property

DateTimes in the time series. For a calendar time axis this is retrieved from the time series. For a relative time axis this is calculated relative to the time series StartTime that must be set before this is called.

Namespace:  DHI.Mike1D.Generic.TimeSeries
Assembly:  DHI.Mike1D.Generic (in DHI.Mike1D.Generic.dll) Version: 16.0.0.0 (11.1.1.1111)
Syntax
C#
public IList<DateTime> DateTimes { get; }

Property Value

Type: IListDateTime

Implements

ITsTimeDateTimes
See Also