FirstDayOfWeek Enumeration

 <  Day Day Up  >  

The FirstDayOfWeek enumeration is used by functions in the DateAndTime module to indicate what day should be considered the first day of the week.

 System = 0 

The first day of the week is specified by the system settings at runtime. Equivalent constant: vbUseSystemDayOfWeek .

 Sunday = 1 

The first day of the week is Sunday. Equivalent constant: vbSunday .

 Monday = 2 

The first day of the week is Monday. Equivalent constant: vbMonday .

 Tuesday = 3 

The first day of the week is Tuesday. Equivalent constant: vbTuesday .

 Wednesday = 4 

The first day of the week is Wednesday. Equivalent constant: vbWednesday .

 Thursday = 5 

The first day of the week is Thursday. Equivalent constant: vbThursday .

 Friday = 6 

The first day of the week is Friday. Equivalent constant: vbFriday .

 Saturday = 7 

The first day of the week is Saturday. Equivalent constant: vbSaturday .

 <  Day Day Up  >  


The Visual Basic .NET Programming Language
The Visual Basic .NET Programming Language
ISBN: 0321169514
EAN: 2147483647
Year: 2004
Pages: 173
Authors: Paul Vick

flylib.com © 2008-2017.
If you may any questions please contact us: flylib@qtcs.net