Description
Wiki Description
Gets the current weather.
Documentation Comment
Gets the sky's current weather
Caveats
Examples
; Obtain the current weather
Weather currentWeather = Weather.GetCurrentWeather()Auto-Generated Example
Weather returnedValue = Weather.GetCurrentWeather()