Home » VB.Net » VB.Net Programs
VB.Net programming also provides powerful tools for date arithmetic that makes manipulating dates easy. To perform various operations related to date and time – we use Date and Time functions. The Date data type contains date values, time values, or date and time values. The default value of Date is 0:00:00 (midnight) on January 1, 0001. The equivalent .NET data type is System.DateTime.
This section contains the solved VB.Net Date & Time programs. Practice these programs to learn the concept of date & time and it’s various operations, these programs contain the solved code, outputs, and the detailed explanation of the statements, functions used in the VB.Net Date & Time programs.
Comments and Discussions!
Load comments ↻