Add Hour based on another Time

  • Thread starter Thread starter Guest
  • Start date Start date
G

Guest

How do I add an hour to a given time in a lstbox? I have a lstbox with a
given time and want 24 or 48 hours, so I would want one more hour the next
day or two days later. So if the time is 2:00 PM, I would want 3:00PM. Is
it something like:

Myhour = Hour(LstboxBeginTime) + 1

I know this doesn't work, but is it close? Thanks!
 
Back
Top