Hello

Ive got 2 strings in this format "01-01-2006 00:00:00" and "14:23:23". First is the date and second the time. I would like to put them into 1 DateTime.
It seems obvious to parse them to DateTime and then add the time to the date using .AddHours etc.
But the functions AddHours, AddMinutes and AddSeconds dont seem to work. Im putting the correct value in them but the time doestnt change.
Anyone knows if these functions just dont work, or if im doing something wrong. I have no clue.

thx