Share via


DateOptions.HijriAdjustment property

Gets 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.Utilities
Assembly:  Microsoft.SharePoint (in Microsoft.SharePoint.dll)

Syntax

'Declaration
Public ReadOnly Property HijriAdjustment As Integer
    Get
'Usage
Dim instance As DateOptions
Dim value As Integer

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

Property value

Type: System.Int32
An Integer that indicates the number of days to add or subtract from the calendar. The default is 0.

See also

Reference

DateOptions class

DateOptions members

Microsoft.SharePoint.Utilities namespace