0
I’m taking a date of two different dateTimes and concatenating into one variable, but when I write the content of this variable is as follows:
Period: System.Windows.Forms.Datetimepicker, Value: 07/20/2017 15:52:45 Up to System.Windows.Forms.Datetimepicker, Value: 07/20/2017 15:52:45
String dataTime = tempoInicialEXP.Text + " Até " + tempoFinalEXP.Text;