How do you get the current time (not date AND time)?
Example: 5:42:12 PM
DateTime.Now.ToString("yyyy-MM-dd h:mm:ss tt");
just Try It's use full to your Need
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.