DfsExtensionsGetDateTimes Method |
| Name | Description | |
|---|---|---|
| GetDateTimes(IDfsEqCalendarAxis) |
Return an array of DateTimes which are the times for each timestep
| |
| GetDateTimes(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. | |
| GetDateTimes(Void, DateTime) | ||
| GetDateTimes(IDfsEqTimeAxis, DateTime) |
Return an array of DateTimes which are the times for each timestep, using startTime
as "zero" time.
| |
| GetDateTimes(Void, DateTime, IDfsFile) |