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