Click or drag to resize
DfsExtensionsGetDateTimes Method
Overload List
  NameDescription
Public methodStatic memberGetDateTimes(IDfsEqCalendarAxis)
Return an array of DateTimes which are the times for each timestep
Public methodStatic memberGetDateTimes(IDfsTemporalAxis)
Return an array of DateTimes which are the times for each timestep.

For non-equidistant axis, only the first and the last time are populated correctly. The rest are populated with MinValue.

For time type axis, first time is StartTimeOffsetInSeconds(IDfsTemporalAxis) after MinValue.

Top
See Also