共用方式為


IntlDate constructor (Int32, Int32, Int32)

初始化IntlDate類別的新執行個體,並使用指定的整數值的年、 月和日。

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

Syntax

'宣告
Public Sub New ( _
    year As Integer, _
    month As Integer, _
    day As Integer _
)
'用途
Dim year As Integer
Dim month As Integer
Dim day As Integer

Dim instance As New IntlDate(year, month, _
    day)
public IntlDate(
    int year,
    int month,
    int day
)

參數

  • month
    Type: System.Int32

    32 位元整數,表示月份。

請參閱

參照

IntlDate class

IntlDate members

IntlDate overload

Microsoft.SharePoint.Utilities namespace