SimpleDate 构造函数 (Int32, Int32, Int32)
初始化使用指定的年、 月和日值的SimpleDate类的一个新实例。
命名空间: Microsoft.SharePoint.Utilities
程序集: Microsoft.SharePoint(位于 Microsoft.SharePoint.dll 中)
语法
声明
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 SimpleDate(year, month, _
day)
public SimpleDate(
int year,
int month,
int day
)
参数
year
类型:System.Int32一个 32 位整数,表示一年。
month
类型:System.Int32一个表示一个月的 32 位整数。
day
类型:System.Int3232 位整数,它表示一天。