SimpleDate 构造函数 (Int32, Int32, Int32, Int32)

初始化使用指定的年、 月、 日和纪元值SimpleDate类的一个新实例。

命名空间:  Microsoft.SharePoint.Utilities
程序集:  Microsoft.SharePoint(位于 Microsoft.SharePoint.dll 中)

语法

声明
Public Sub New ( _
    year As Integer, _
    month As Integer, _
    day As Integer, _
    era As Integer _
)
用法
Dim year As Integer
Dim month As Integer
Dim day As Integer
Dim era As Integer

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

参数

  • year
    类型:System.Int32

    一个 32 位整数,表示一年。

  • month
    类型:System.Int32

    一个表示一个月的 32 位整数。

  • day
    类型:System.Int32

    32 位整数,它表示一天。

另请参阅

引用

SimpleDate 结构

SimpleDate 成员

SimpleDate 重载

Microsoft.SharePoint.Utilities 命名空间