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.
Returns the date of the specified Julian day in the specified calendar type.
Namespace: Microsoft.SharePoint.Utilities
Assembly: Microsoft.SharePoint (in Microsoft.SharePoint.dll)
Available in Sandboxed Solutions: No
Syntax
'Declaration
Public Shared Sub JulianDayToLocal ( _
calType As SPCalendarType, _
jDay As Integer, _
ByRef di As SimpleDate, _
iAdvance As Integer _
)
'Usage
Dim calType As SPCalendarType
Dim jDay As Integer
Dim di As SimpleDate
Dim iAdvance As IntegerSPIntlCal.JulianDayToLocal(calType, jDay, _
di, iAdvance)
public static void JulianDayToLocal(
SPCalendarType calType,
int jDay,
ref SimpleDate di,
int iAdvance
)
Parameters
calType
Type: Microsoft.SharePoint.SPCalendarTypeAn SPCalendarType object that represents a calendar type.
jDay
Type: System.Int32A 32-bit integer that represents the Julian day to evaluate.
di
Type: Microsoft.SharePoint.Utilities.SimpleDateA SimpleDate object that represents a date value that contains the year, month, and day.
iAdvance
Type: System.Int32The advance value to use for a Hijri calendar date.