G
Guest
Why this?
I think the right output is "01/01/2005 0.00.00"...
I've some tests on a property set routine, as
If Value > New DateTime(2025, 1, 1) Then Throw New
ArgumentOutOfRangeException("registrationDateTime must be before gen 1, 2025")
and I cannot make work them!
thanks
"01/01/0001 0.00.00"? new DateTime(2005, 1, 1).tostring
I think the right output is "01/01/2005 0.00.00"...
I've some tests on a property set routine, as
If Value > New DateTime(2025, 1, 1) Then Throw New
ArgumentOutOfRangeException("registrationDateTime must be before gen 1, 2025")
and I cannot make work them!
thanks