A
A.M
Hi,
I know we can assigne year, month and day to a DateTime value by the
constructor like
Dim dt As DateTime = New DateTime(2003,8,1)
How can i assign value by year, month and day? I am looking for a function
like this:
st = SetDateTime(2002,7,2)
Is there any way to that without creating a new DateTime object ?
Thanks,
Ali
I know we can assigne year, month and day to a DateTime value by the
constructor like
Dim dt As DateTime = New DateTime(2003,8,1)
How can i assign value by year, month and day? I am looking for a function
like this:
st = SetDateTime(2002,7,2)
Is there any way to that without creating a new DateTime object ?
Thanks,
Ali