Mega Code Archive
Represents an instant in time, typically expressed as a date and time of day
Imports System
Imports System.Globalization
Imports Microsoft.VisualBasic
Class Sample
Public Shared Sub Main()
Dim date1 As New Date(2010, 5, 1, 8, 30, 52)
End Sub
End Class