I need to convert the date into a long type.
Here's the vb equivalent:
[tt]
lngDate = CLng( CDate( "01/14/2002" )
[/tt]
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:
[tt]
lngDate = CLng( CDate( "01/14/2002" )
[/tt]
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.