RDOWeatherForecast object

 

RDOWeatherForecast object represents the forecasted weather conditions at a given location and date.

 

Returned by:

RDOWeatherForecastCollection.Item

 

See also: RDOWeatherServices, RDOWeatherLocations, RDOWeatherLocation, RDOWeatherConditions, RDOWeatherForecastCollection

 


Derived from: IDispatch


Properties


Date Specifies the date of the forecast.
DateTime read-only.
 
Day Specifies the week day for the forecast.
String, read-only.
 
High Specifies the forecasted highest temperature.
Integer, read-only.
 
Low Specifies the forecasted lowest temperature.
Integer, read-only.
 
Precipitation Specifies the percentage possibility of precipitation.
Integer, read-only.
 
ShortDay Specifies a day in abbreviated form.
String, read-only.
 
SkyCode Specifies an integer code for the current weather conditions.
Integer, read-only.
 
SkyText Specifies one to two words describing current weather conditions.
String, read-only.