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
)
參數
year
Type: System.Int3232 位元整數,表示一年。
month
Type: System.Int3232 位元整數,表示月份。
day
Type: System.Int3232 位元整數,表示一天。