c# - How to get the time value from DateTime datatype -
I have a date time variable, and I need to get only the time value from that variable.
How can I do this in C #?
Thanks,
You can try it ...
Something Dated Toaster ("hh: mm: ss");
I have a date time variable, and I need to get only the time value from that variable.
How can I do this in C #?
Thanks,
You can try it ...
Something Dated Toaster ("hh: mm: ss");
Comments
Post a Comment