Index | Next 

Date, Date$

VB6 overloads the Date keyword, in that it is both the name of the Date type and the name of the function that returns today’s date. In VB.NET the value of today’s date should be obtained by invoking the Today property. Instead, references to the Date$ function should be translated as DateString.

 

Index | Next