If I execute the following statement:
dim defaultDate as Date = Nothing
defaultDate
contains the default value of the Date
structure
I suspect there is a clean way to retreive this value, like some kind of buitin constant, but i was not able to find it.
Q: What is the clean way to retrieve the default value of a given structure in VB.net ?