SetTimeOfDay

Parameters
whatTime real
return type
nothing
Source code
function SetTimeOfDay takes real whatTime returns nothing
    call SetFloatGameState(GAME_STATE_TIME_OF_DAY, whatTime)
endfunction
Source
Blizzard.j
wc3modding.com
SetTimeOfDay