leave & xargs



So if i had quite understood,if i want to pass through the command
leave anothere command like shutdown -h 23:20,i need to do
$ leave 2320 |xargs shutdown -h 23:20 is that correct?
.