Hi!
I have a DateTime property, how can i get only the time part ?
eg- DateTime DepartureTime {get; set;}
this time is 04/02/2014 5:30:00 PM.
I only want the time(5:30 PM) part in DateTime.. i don't want it in String.. as the type of the property is DateTime.
Go to the complete details ...