J
Johnny J.
I have always wondered (but never bothered to ask) why it doesn't seem like
"DateTime" is a native .NET type.
I mean, you can write code like:
Dim myDate as DateTime
....but when you get to the DateTime part, the type doesn't show up in the
intellisense, and you always have to hit Esc to avoid it being replaced by
"DateTimePicker".
Can anybody explain the reason for this?
Now big deal, I'm just wondering...
Cheers,
Johnny J.
"DateTime" is a native .NET type.
I mean, you can write code like:
Dim myDate as DateTime
....but when you get to the DateTime part, the type doesn't show up in the
intellisense, and you always have to hit Esc to avoid it being replaced by
"DateTimePicker".
Can anybody explain the reason for this?
Now big deal, I'm just wondering...
Cheers,
Johnny J.