This means that, particularly in the event of (Web hosting comparison)

This means that, particularly in the event of a naming conflict (where two routines in different code modules have the same name), you can qualify the function or procedure with the name of the module in which it resides. For example, if the SayHello procedure is found in a module named modLibrary, it can be called as follows: modLibrary.SayHello( ) If a code module is to contain a routine that serves as a program entry point, that routine must be named SubMain. It must also have Public scope. VB .NET/VB 6 Differences The statement is new to VB .NET. VB 6 placed each code module in a separate BAS file, which rendered beginning and ending statements unnecessary. A single VB .NET file, on the other hand, can contain multiple code modules and classes, thus necessitating the use of beginning and ending statements. See Also Class Statement Month Function Class Microsoft.VisualBasic.DateAndTime Syntax Month(datevalue) datevalue Use: Required Data Type: Date Date variable or literal date Return Value An Integer between 1 and 12 Description Returns an integer representing the month of the year of a given date expression Rules at a Glance If datevalue contains Nothing, Month returns Nothing.

Hint: This post is supported by Gama php5 hosting services

Comments are closed.