A
Aeden Jameson
I've been browing some of the .Net framework code with reflector and
I notice that defaults values for dates are often initialize with hex.
For
example
new DateTime(0x6da, 1, 1);
Why is that?
Cheers,
Aeden
I notice that defaults values for dates are often initialize with hex.
For
example
new DateTime(0x6da, 1, 1);
Why is that?
Cheers,
Aeden