P
pmclinn
Hello,
I de-complie some old code and I have this line that I cannot
re-convert to vb.net compatible code.
time1 = #1/2/2005# 'Date variable
DateAndTime.DatePart(2, time1, 1, 1)
I have looked over the info for this function and I'm at a lost as to
the function parts here... specifically (2, time1, 1, 1).
It look s like the 2 refers to a day or minute or something, and the
time1 I understand but the following to 1,1's I cannot figure out.
Any Ideas?
I de-complie some old code and I have this line that I cannot
re-convert to vb.net compatible code.
time1 = #1/2/2005# 'Date variable
DateAndTime.DatePart(2, time1, 1, 1)
I have looked over the info for this function and I'm at a lost as to
the function parts here... specifically (2, time1, 1, 1).
It look s like the 2 refers to a day or minute or something, and the
time1 I understand but the following to 1,1's I cannot figure out.
Any Ideas?