maxHoursForHourlyForecast property
Gets the maximum number of hours allowed per hourly forecast request.
Returns
- int: Maximum number of hours for getHourlyForecast.
Implementation
static int get maxHoursForHourlyForecast {
final OperationResult retString = staticMethod(
'Weather',
'getMaxHoursForHourlyForecast',
);
return retString['result'];
}