Avatar of MikeCombe
MikeCombe
Flag for United States of America

asked on 

How to use DateTime.now in Visual Studio 2010

Using VS10 & ASP.NET 3.5

It doesn't like me to use....
    dim dt as DateTime = DateTime.now     <--- no property with "now"

What's that about ???
ASP.NET

Avatar of undefined
Last Comment
MikeCombe

8/22/2022 - Mon