Share via


SPIntlCal.IsSupportedLocalJulianDay method

Returns a Boolean value that indicates whether the specified calendar type supports the specified Julian day.

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

Syntax

'Declaration
Public Shared Function IsSupportedLocalJulianDay ( _
    calType As SPCalendarType, _
    jDay As Integer _
) As Boolean
'Usage
Dim calType As SPCalendarType
Dim jDay As Integer
Dim returnValue As Boolean

returnValue = SPIntlCal.IsSupportedLocalJulianDay(calType, _
    jDay)
public static bool IsSupportedLocalJulianDay(
    SPCalendarType calType,
    int jDay
)

Parameters

  • jDay
    Type: System.Int32

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

Return value

Type: System.Boolean
true if the calendar type supports the Julian day; otherwise, false.

See also

Reference

SPIntlCal class

SPIntlCal members

Microsoft.SharePoint.Utilities namespace