G
goo
Guest
11.7 What would be the easiest way of adding hours, minutes... .to a datetime? I have seen something in the calenderclass to MS that does myDT = myCal.AddYears( myDT, 5 ); myDT = myCal.AddMonths( myDT, 5 ); : : Anyone having a smart way of doing this?
Continue reading...
Continue reading...