T
Tony
Hello!
I have a DateTimePicker in my form and I have set it back one day by using
this statement
this.stopTimeDateTimePicker.Value = DateTime.Today.AddDays(-1);
this work.
Now to my question
The problem is that the time is set to 00:00:00 but I want to have it set to
23:59:59
//Tony
I have a DateTimePicker in my form and I have set it back one day by using
this statement
this.stopTimeDateTimePicker.Value = DateTime.Today.AddDays(-1);
this work.
Now to my question
The problem is that the time is set to 00:00:00 but I want to have it set to
23:59:59
//Tony