ISPCalendar.IsSupportedJulianDay Method
Returns a Boolean value that indicates whether the specified Julian day is supported by the local calendar.
Namespace: Microsoft.SharePoint.Utilities
Assembly: Microsoft.SharePoint (in Microsoft.SharePoint.dll)
Available in Sandboxed Solutions: No
Syntax
'Declaration
Function IsSupportedJulianDay ( _
JDay As Integer _
) As Boolean
'Usage
Dim instance As ISPCalendar
Dim JDay As Integer
Dim returnValue As Boolean
returnValue = instance.IsSupportedJulianDay(JDay)
bool IsSupportedJulianDay(
int JDay
)
Parameters
JDay
Type: System.Int32An integer value that represents the Julian day to evaluate.
Return Value
Type: System.Boolean
true if the Julian day is supported; otherwise, false.