IntlDate 构造函数 (Int32, SPCalendarType)

IntlDate类的新实例进行初始化,并使用指定的 Julian 日期和日历类型。

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

语法

声明
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
    类型:System.Int32

    32 位整数,该整数表示的 Julian 日期。

另请参阅

引用

IntlDate 类

IntlDate 成员

IntlDate 重载

Microsoft.SharePoint.Utilities 命名空间