SPIntlCal.JulianDayToLocal method (SPCalendarType, Int32, IntlDate)
在指定的行事曆類型傳回指定的 Julian 日期的日期。
Namespace: Microsoft.SharePoint.Utilities
Assembly: Microsoft.SharePoint (in Microsoft.SharePoint.dll)
Syntax
'宣告
Public Shared Sub JulianDayToLocal ( _
calType As SPCalendarType, _
jDay As Integer, _
id As IntlDate _
)
'用途
Dim calType As SPCalendarType
Dim jDay As Integer
Dim id As IntlDateSPIntlCal.JulianDayToLocal(calType, jDay, _
id)
public static void JulianDayToLocal(
SPCalendarType calType,
int jDay,
IntlDate id
)
參數
calType
Type: Microsoft.SharePoint.SPCalendarTypeSPCalendarType物件,表示行事曆類型。
jDay
Type: System.Int3232 位元的整數,表示要評估的 Julian 日期。
id
Type: Microsoft.SharePoint.Utilities.IntlDateIntlDate物件。