IntlDate.DayOfWeek property

Gets the integer day of the week of the international date.

Namespace:  Microsoft.SharePoint.Utilities
Assembly:  Microsoft.SharePoint (in Microsoft.SharePoint.dll)

Syntax

'Declaration
Public ReadOnly Property DayOfWeek As Integer
    Get
'Usage
Dim instance As IntlDate
Dim value As Integer

value = instance.DayOfWeek
public int DayOfWeek { get; }

Property value

Type: System.Int32
An Integer in the range 0 through 6 that indicates the day of the week of the international date; 0 indicates Sunday, 1 indicates Monday, and so on.

See also

Reference

IntlDate class

IntlDate members

Microsoft.SharePoint.Utilities namespace