Convert System date time to milliseconds

I found the solution.
The equivalent of System.currentTimeMillis() is CLng((Datetime.Now - New DateTime(1970, 1, 1)).TotalMilliseconds).ToString
I found it in the response below

1 Like