共用方式為


SPIntlCal.IsSupportedLocalJulianDay method

傳回布林值,指出指定的行事曆類型是否支援指定的 Julian 日期。

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

Syntax

'宣告
Public Shared Function IsSupportedLocalJulianDay ( _
    calType As SPCalendarType, _
    jDay As Integer _
) As Boolean
'用途
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
)

參數

  • jDay
    Type: System.Int32

    32 位元的整數,表示要評估的 Julian 日期。

傳回值

Type: System.Boolean
true如果行事曆類型支援 Julian 日期 ;否則, false。

請參閱

參照

SPIntlCal class

SPIntlCal members

Microsoft.SharePoint.Utilities namespace