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.
Namespace: Microsoft.SharePoint.Utilities
Assembly: Microsoft.SharePoint (in Microsoft.SharePoint.dll)
Syntax
'Declaration
Sub JulianDayToDate ( _
jDay As Integer, _
ByRef di As SimpleDate, _
iAdvance As Integer, _
jDayCurrent As Integer _
)
'Usage
Dim instance As ISPCalendar
Dim jDay As Integer
Dim di As SimpleDate
Dim iAdvance As Integer
Dim jDayCurrent As Integer
instance.JulianDayToDate(jDay, di, iAdvance, _
jDayCurrent)
void JulianDayToDate(
int jDay,
ref SimpleDate di,
int iAdvance,
int jDayCurrent
)
Parameters
jDay
Type: System.Int32An integer value that represents a Julian day.
di
Type: Microsoft.SharePoint.Utilities.SimpleDateThe SimpleDate to return as a ref parameter.
iAdvance
Type: System.Int32The advance value to use for a Hijri calendar date.
jDayCurrent
Type: System.Int32An integer value that represents the current Julian day to use when evaluating a Hijri calendar date.