How do you get the current time (not date AND time)?
Example: 5:42:12 PM
This will be better, Try This one
DateTime.Now.ToShortTimeString();
For this you don't need to specify the Format for the Time.