ITsTime Properties |
The ITsTime type exposes the following members.
Name | Description | |
---|---|---|
DateTimes |
DateTimes in file.
| |
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 |
Number of time steps.
| |
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.
| |
TimeType |
Type of time axis.
|