Ok, so I figured something out here. Looked up DateTime and found out this little snippet, which works for grabbing the time:
//Get current time ct = DateTime::Now;
Now, what I want to do is compare that to a DateTimePicker object's value (what the user will set the time to shutdown to be)...