How do you get the current time (not date AND time)?
Example: 5:42:12 PM
Try this:
DateTime.Now.ToString("HH:mm:ss tt")
For other formats, you can check this site: C# DateTime Format