To schedule server restart in 10 hours (36000 seconds) using command line:
shutdown /r /t 36000
If you need to restart server in particular time, please use excel formula to figured out how many seconds from now:
=("28/02/2016 4:30:00 PM"-NOW())*86400
After that use result with shutdowd cmd.