I need to convert the date into a long type.

Here's the vb equivalent:
Code:
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.