Is it possible to create a Windows service then have an application pass data to it?

For instance, let's say I have a service that runs a specified command every 1 hour (based on the timer object). Can I have an application pass that service some kind of command to change the time from 1 hour to 2 hours (changing the timer interval)?

Thanks for the help!!