Expand Minimize
This topic has not yet been rated - Rate this topic

Constants.vbFirstFourDays Field

Indicates the first week of the year to use when calling date-related functions.

Namespace: Microsoft.VisualBasic
Assembly: Microsoft.VisualBasic (in microsoft.visualbasic.dll)

public const FirstWeekOfYear vbFirstFourDays
public static final FirstWeekOfYear vbFirstFourDays
public const var vbFirstFourDays : FirstWeekOfYear
Not applicable.

For more detailed information, see the Visual Basic topic FirstWeekOfYear Enumeration.

When you call date-related functions, you can use the following enumeration members in your code in place of the actual values.

Some date-related functions take a DayOfWeek argument, a WeekOfYear argument, or both. The FirstWeekOfYear enumeration specifies the valid values for the WeekOfYear arguments, as well as the possible return values from the functions.

The WeekOfYear argument takes the FirstWeekOfYear enumeration members.

Windows 98, Windows Server 2000 SP4, Windows CE, Windows Millennium Edition, Windows Mobile for Pocket PC, Windows Mobile for Smartphone, Windows Server 2003, Windows XP Media Center Edition, Windows XP Professional x64 Edition, Windows XP SP2, Windows XP Starter Edition

The Microsoft .NET Framework 3.0 is supported on Windows Vista, Microsoft Windows XP SP2, and Windows Server 2003 SP1.

.NET Framework

Supported in: 3.0, 2.0, 1.1, 1.0

.NET Compact Framework

Supported in: 2.0, 1.0
Did you find this helpful?
(1500 characters remaining)

Community Additions

ADD
© 2013 Microsoft. All rights reserved.