IntlDate constructor (Int32, SPCalendarType)
初始化IntlDate類別的新執行個體,並使用指定的 Julian 日期和行事曆類型。
Namespace: Microsoft.SharePoint.Utilities
Assembly: Microsoft.SharePoint (in Microsoft.SharePoint.dll)
Syntax
'宣告
Public Sub New ( _
julianDay As Integer, _
calendarType As SPCalendarType _
)
'用途
Dim julianDay As Integer
Dim calendarType As SPCalendarType
Dim instance As New IntlDate(julianDay, _
calendarType)
public IntlDate(
int julianDay,
SPCalendarType calendarType
)
參數
julianDay
Type: System.Int3232 位元的整數,表示 Julian 日期。
calendarType
Type: Microsoft.SharePoint.SPCalendarTypeSPCalendarType物件,表示行事曆類型。