Share via


SPIntlCal.JulianDayToLocal Method (SPCalendarType, Int32, IntlDate)

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, _
    id As IntlDate _
)
'Usage
Dim calType As SPCalendarType
Dim jDay As Integer
Dim id As IntlDateSPIntlCal.JulianDayToLocal(calType, jDay, _
    id)
public static void JulianDayToLocal(
    SPCalendarType calType,
    int jDay,
    IntlDate id
)

Parameters

  • jDay
    Type: System.Int32

    A 32-bit integer that represents the Julian day to evaluate.

See Also

Reference

SPIntlCal Class

SPIntlCal Members

JulianDayToLocal Overload

Microsoft.SharePoint.Utilities Namespace