How to add time

Hi all

i have to add time zone where the condition is like current time + two minutes.
can some one help me on this

Many thanks in advance

Hi @harisruthi.balasubramania,

Minutes can be Added ta a DateTime Variable as shown below -

Now.AddMinutes(2) : Here we are adding 2 minutes to the current time.

ā€“
Mukesh

2 Likes

how to add along with the current date

Now.Date.AddMinutes(2)

thanks it worked

This topic was automatically closed 3 days after the last reply. New replies are no longer allowed.