WeatherReport.getEntry

Gets target entry from the entries array. This lets you work with the target entry with selected id.

class WeatherReport
getEntry
(
int index
)

Parameters

index int

number that represents the index of target entry.

Return Value

a WeatherEntry from the entries array at index from parameters and * returns undefined if index is out of range.

Meta