PJ
Poornima Joy Balan
Syncfusion Team
May 7, 2007 10:41 AM UTC
Hello,
Here is the code of a example. I hope it will help it out.
Dim exp_time, newtime As DateTime
Dim delay As Double
Dim IntervalType As DateInterval
IntervalType = DateInterval.Minute
exp_time = DateTime.Now()
delay = 7
DateAdd(IntervalType, delay, exp_time)
Please let us know if you have any further queries.
Thanks,
Poornima