dky1e
July 15th, 2002, 08:13 AM
I need to convert the date into a long type.
Here's the vb equivalent:
lngDate = CLng( CDate( "01/14/2002" )
The reason why I need to do it is I need to convert the c# DateTime value into a smalltalk serial date (long, or int in .net)
I greatly appreciate your help.
Here's the vb equivalent:
lngDate = CLng( CDate( "01/14/2002" )
The reason why I need to do it is I need to convert the c# DateTime value into a smalltalk serial date (long, or int in .net)
I greatly appreciate your help.