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)
Available in Sandboxed Solutions: No
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.