maxHoursForHourlyForecast property
Get limits of number of hours per request
Returns
- The maximum number of hours that can be requested in a single call to getHourlyForecast.
Throws
- An exception if it fails.
Implementation
static int get maxHoursForHourlyForecast {
final OperationResult retString = staticMethod(
'Weather',
'getMaxHoursForHourlyForecast',
);
return retString['result'];
}