Constants.vbThursday Field

Microsoft Silverlight will reach end of support after October 2021. Learn more.

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

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

Syntax

'Declaration
Public Const vbThursday As FirstDayOfWeek
public const FirstDayOfWeek vbThursday

Remarks

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 FirstDayOfWeek enumeration specifies the valid values for the DayOfWeek arguments, as well as the possible return values from the functions.

The DayOfWeek argument takes the FirstDayOfWeek enumeration members.

Date-related functions also return FirstDayOfWeek values (except System).

Version Information

Silverlight

Supported in: 5, 4, 3

Platforms

For a list of the operating systems and browsers that are supported by Silverlight, see Supported Operating Systems and Browsers.