V
Visual Systems AB \(Martin Arvidsson\)
Hi!
I want to decrease the current date with lets say five days.
How do i do that? I Have been struggeling for a while but cant figuer it out
The code is like this.
DateTime myTime = DateTime.Now;
MessageBox.Show(myTime.ToShortDateString());
myTime.Decrease( <--- What should i do here, it pussles me)
Regards
Martin Arvidssson
I want to decrease the current date with lets say five days.
How do i do that? I Have been struggeling for a while but cant figuer it out
The code is like this.
DateTime myTime = DateTime.Now;
MessageBox.Show(myTime.ToShortDateString());
myTime.Decrease( <--- What should i do here, it pussles me)
Regards
Martin Arvidssson