addhours

  1. R

    How do you calculate timespans

    Hi, I have a data item with the data type TimeSpan. The value is brought from the work queue. However, I'd like to manipulate the time by adding hours to it. E.g. the timespan is: 12:00:00 and I like to add 2 hours to it where the result will be 14:00:00. I tried to add time/hours to my data...
Top