How do you get the current time (not date AND time)?
Example: 5:42:12 PM
Get the current date and time, then just use the time portion of it. Look at the possibilities for formatting a date time string in the MSDN docs.