Service to add minutes to a Date

Hi,

I was wondering whether there is any wm built in service to add minutes to a given date.
Any assistance will be appreciated.

Thanks

Hi Abhijith,

I am not sure but most likely you will have to workaround this by using the following scenario:

  1. convert date to miliseconds timestamp
  2. do the calculation (add 60.000 milliseconds for one minute)
  3. convert milliseconds to date

You might want to evaluate PSUtilities and/or WmTransformationServices packages which are available from the community download section if one of them has a suitable service.

Regards,
Holger

1 Like