Share via


SPIntlCal.JulianDayToLocal method (SPCalendarType, Int32, SimpleDate)

Returns the date of the specified Julian day in the specified calendar type.

Namespace:  Microsoft.SharePoint.Utilities
Assembly:  Microsoft.SharePoint (in Microsoft.SharePoint.dll)

Syntax

'Declaration
Public Shared Sub JulianDayToLocal ( _
    calType As SPCalendarType, _
    jDay As Integer, _
    ByRef di As SimpleDate _
)
'Usage
Dim calType As SPCalendarType
Dim jDay As Integer
Dim di As SimpleDateSPIntlCal.JulianDayToLocal(calType, jDay, _
    di)
public static void JulianDayToLocal(
    SPCalendarType calType,
    int jDay,
    ref SimpleDate di
)

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