Dim now As DateTime = DateTime.Now Dim year As Integer = now.Year Dim month As Integer = now.Month
Dim today = Date.Today Dim day = today.Day Dim month = today.Month
var
This content, along with any associated source code and files, is licensed under The Code Project Open License (CPOL)