D
David Hubball
Hi
Supposing a routine sets a time variable :-
DateTime dtMaxCountdown = new DateTime(2009,01,01,12,5,00);
Does anyone know how to to them alter the time from 5mins, 00 Seconds
to say 20 mins 00 Seconds.
I can use the Add method ok to add 20 minutes on but need could do
with knowing another way. (I'm doing a Countdown program so would like
and would like to avoid using the Add method to make my program more
flexible)
Much Appreciated if anyone knows of a way.
Thanks
David
Supposing a routine sets a time variable :-
DateTime dtMaxCountdown = new DateTime(2009,01,01,12,5,00);
Does anyone know how to to them alter the time from 5mins, 00 Seconds
to say 20 mins 00 Seconds.
I can use the Add method ok to add 20 minutes on but need could do
with knowing another way. (I'm doing a Countdown program so would like
and would like to avoid using the Add method to make my program more
flexible)
Much Appreciated if anyone knows of a way.
Thanks
David