when i get system date and add some day or month or year then
i want next date as per requirement.please give me some valuable suggestion.

Use following methods,
1. DateTime.Now.AddDays
2. DateTime.Now.AddMonths
3. DateTime.Now.AddYears

Dim dt as DateTime
 dt=DateTime.Now.AddDays(30)
Be a part of the DaniWeb community

We're a friendly, industry-focused community of developers, IT pros, digital marketers, and technology enthusiasts meeting, networking, learning, and sharing knowledge.