I am retrieving data from an iSeries where there is a separate date and time fields. I want to join them into a DateTime field in my C# project. I don\'t see a way to add ju
Cant you simply format the date part and time part as separate strings, then join them together? Then you can parse the string back to a DateTime object