I want to Create a program in C#.net that will execute or run a command on a given time in my DateTimePicker.
Example I want to execute my command on 06:30 PM it is not 06:30 PM yet. Program will wait until 6:30 PM then it will execute my command.
I'm sorry. I am just newbie here.
Can you please help me?
You have two options: 1) Use task scheduler(windows -> search 'task scheduler'). 2) Just create a timer in your code, that every minute fire an event that check the time.