TsTime Properties |
The TsTime type exposes the following members.
Name | Description | |
---|---|---|
![]() | DateTimes |
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.
|
![]() | Dt |
Time step in seconds. Only valid when IsEquidistantAxis |
![]() | EndTime |
End time of time series. For a calendar axis IsCalendarAxis this
is retrieved from the time series. For a relative time axis this is the StartTime
plus the time series span. The StartTime must be set before
this returns anything usefull.
|
![]() | NumberOfTimes |
Returns the number of times/values in the time series
|
![]() | RelativeTimes |
Times in seconds from the start of the time series.
|
![]() | StartTime |
Start time of time series. For a calendar axis IsCalendarAxis this
is retrieved from the time series. For a relative time axis this must be set before
any call to any of the GetValue calls with a DateTime argument, as e.g.
GetValue(DateTime). It is not required to be set
if using the GetValue(Double) version.
|
![]() | TimeSpan |
Time span in seconds of data in file.
|
![]() | TimeType |
Type of time axis.
|