I am very new to the C# world and I am trying to build a WindowsformApp that has the following fields on form1. I Have 4 datetimepicker fields in my windows form.
I would like if I pick a date in datetimepicker1 the other datetimepicker fields will react to be equal to or greater than as shown in the following.
datetimepicker1 <= datetimepicker2 <= datetimepicker3
datetimepicker3 >= datetimepicker2
datetimepicker3 <= datetimepicker4
James AxsomPosted Jul 2, 2018, 10:55 PM
Garth EdmundsPosted Jul 14, 2018, 4:59 PM
Garth EdmundsPosted Apr 29, 2018, 5:44 PM
Amit GuptaPosted Apr 29, 2018, 4:32 PM