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)
Available in Sandboxed Solutions: No
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
calType
Type: Microsoft.SharePoint.SPCalendarTypeAn SPCalendarType object that represents a calendar type.
jDay
Type: System.Int32A 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.