Tuesday, March 27, 2012

List of VB.Net functions

Where can i find a list of VB.Net's built in functions?
For example
Today()
Now()
http://msdn.microsoft.com/library/en-us/vblr7/html/vaidxKeywordsByTask.asp
Marcie

Date time functions will be based off of the DateTime class. Try googling ".NET DateTime class members" and look for the MSDN address. For the "old" vb functions, .NET has a class library for VB which includes some "stand-alone" functions.
HTH.

0 comments:

Post a Comment