Share via


SPCalendarBase.HijriAdjustment property

Gets or sets the number of days to add or subtract from the calendar to accommodate the variances in the start and the end of Ramadan and to accommodate the date difference between countries/regions.

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

Syntax

'Declaration
<BindableAttribute(True)> _
Public Property HijriAdjustment As Integer
    Get
    Set
'Usage
Dim instance As SPCalendarBase
Dim value As Integer

value = instance.HijriAdjustment

instance.HijriAdjustment = value
[BindableAttribute(true)]
public int HijriAdjustment { get; set; }

Property value

Type: System.Int32

See also

Reference

SPCalendarBase class

SPCalendarBase members

Microsoft.SharePoint.WebControls namespace