There is no method for triggering a command at a specific time, so you'd have to have a command looping in the background that checks the current time and executes a command if it matches the parameters you set (do make sure the loop doesn't come around again while the time still matches; E.G. by pausing the command for slightly over a minute after).