ISPCalendar.JulianDayToDate Method

Returns the date of the specified Julian day.

Namespace:  Microsoft.SharePoint.Utilities
Assembly:  Microsoft.SharePoint (in Microsoft.SharePoint.dll)
Available in Sandboxed Solutions: No

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.Int32

    An integer value that represents a Julian day.

  • iAdvance
    Type: System.Int32

    The advance value to use for a Hijri calendar date.

  • jDayCurrent
    Type: System.Int32

    An integer value that represents the current Julian day to use when evaluating a Hijri calendar date.

See Also

Reference

ISPCalendar Interface

ISPCalendar Members

Microsoft.SharePoint.Utilities Namespace