S sollniss Member Joined Aug 5, 2008 Messages 12 Programming Experience 3-5 Aug 7, 2008 #1 I would not like to use Microsoft.VisualBasic.DateSerial. Is there any .NET equivalent?
Robert_Zenz Well-known member Joined Jun 3, 2008 Messages 503 Location Vienna, Austria Programming Experience 3-5 Aug 8, 2008 #2 Hello. How about the constructor of the Date-Object? VB.NET: Dim myDate as New Date(2008, 08, 08, ...) overrideMe = New Date(2008, 08, 08, ...) Bobby Upvote 0 Downvote
Hello. How about the constructor of the Date-Object? VB.NET: Dim myDate as New Date(2008, 08, 08, ...) overrideMe = New Date(2008, 08, 08, ...) Bobby