P
Pram
I am curious why did Microsoft write System.DateTime as a structure instead
of a class?
Maybe for backward compatibilty with any existing old code?
FYI, one of the differences between structure and class is we can set the
structure to Nothing.
of a class?
Maybe for backward compatibilty with any existing old code?
FYI, one of the differences between structure and class is we can set the
structure to Nothing.