getDatasetValidTimesAtIndex

fun getDatasetValidTimesAtIndex(index: Int, max: Int = maxValidTimeIntervals): List<Date>

Returns the valid times for the dataset at the provided index.

Parameters

index
  • The dataset index

max
  • The maximum number of valid times to return. A value of 0 means no limit and will return all valid times.