Often when working on an application we find ourselves needing to handle dates and times. Some common example uses of this are birthdates, appointment scheduling, expiration dates, timers, etc. Classic VB6 had some pretty good handling for Dates and Times, VB.NET takes it to a whole new level by giving us a good object oriented approach with the DateTime structure. In this tutorial we will get a good introduction to how we can handle dates and times in Visual Basic .NET.
↧