getValidTimes

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

Returns an array of valid times for the source. If the source has multiple datasets, the valid times for the first dataset will be returned.

Parameters

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