DateTimeControl.FirstWeekOfYear property
Namespace: Microsoft.SharePoint.WebControls
Assembly: Microsoft.SharePoint (in Microsoft.SharePoint.dll)
Syntax
'Declaration
<BindableAttribute(True)> _
Public Property FirstWeekOfYear As Short
Get
Set
'Usage
Dim instance As DateTimeControl
Dim value As Short
value = instance.FirstWeekOfYear
instance.FirstWeekOfYear = value
[BindableAttribute(true)]
public short FirstWeekOfYear { get; set; }
Property value
Type: System.Int16