|
-
Sep 21st, 2007, 11:08 PM
#1
[RESOLVED] Date and DateTime?
As I looked on msdn I can’t figure it out what is the difference between the Date data type and DateTime. They both have the same constructors. If there is no difference, than why we have them both?
-
Sep 22nd, 2007, 02:47 AM
#2
Re: Date and DateTime?
Date is a VB.NET-specific data type that maps to System.DateTime.
-
Sep 22nd, 2007, 04:24 AM
#3
Re: Date and DateTime?
Date is to DateTime as Integer is to Int32, Long is to Int64 and Short is to Int16.
-
Sep 22nd, 2007, 10:42 AM
#4
Re: Date and DateTime?
Ah I see it now; my brain got blocked for a while. Thanks guys, that makes sense.
Posting Permissions
- You may not post new threads
- You may not post replies
- You may not post attachments
- You may not edit your posts
-
Forum Rules
|
Click Here to Expand Forum to Full Width
|