Note
Access to this page requires authorization. You can try signing in or changing directories.
Access to this page requires authorization. You can try changing directories.
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.