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 a complete list of DateTimes, also for non-equidistant axis, use the GetDateTimes(IDfsFile, DateTime, Boolean).

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

Public methodStatic memberGetDateTimes(Void, DateTime)
Public methodStatic memberGetDateTimes(IDfsEqTimeAxis, DateTime)
Return an array of DateTimes which are the times for each timestep, using startTime as "zero" time.
Public methodStatic memberGetDateTimes(Void, DateTime, IDfsFile)
Top
See Also