FirstWeekOfYear Enumeration

 <  Day Day Up  >  

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

 System = 0 

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

 Jan1 = 1 

The first week of the year is the first week that contains January 1. Equivalent constant: vbFirstJan1 .

 FirstFourDays = 2 

The first week of the year is the first week that has at least four days. Equivalent constant: vbFirstFourDays .

 FirstFullWeek = 3 

The first week of the year is the first full week of the year. Equivalent constant: vbFirstFullWeek .

 <  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