How do you get the current time (not date AND time)?
Example: 5:42:12 PM
I think this code will solve your problem
DateTime.Now.ToString("HH:mm")