Click or drag to resize

ITsTime Properties

The ITsTime type exposes the following members.

Properties
  NameDescription
Public propertyDateTimes
DateTimes in file.
Public propertyEndTime
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.
Public propertyNumberOfTimes
Number of time steps.
Public propertyRelativeTimes
Times in seconds from the start of the time series.
Public propertyStartTime
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.
Public propertyTimeType
Type of time axis.
Top
See Also