共用方式為


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.Int32

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

請參閱

參照

IntlDate class

IntlDate members

IntlDate overload

Microsoft.SharePoint.Utilities namespace