[Progress Communities] [Progress OpenEdge ABL] Forum Post: How to add hours, minutes, Seconds.... to a datetime variable?

  • Thread starter Thread starter goo
  • Start date Start date
Status
Not open for further replies.
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...
 
Status
Not open for further replies.
Back
Top