SPIntlCal.IsLocalDateValid 方法 (SPCalendarType, SimpleDate, Int32, Int32)
返回一个布尔值,该值指示指定的日历类型是否支持指定的日期。
命名空间: Microsoft.SharePoint.Utilities
程序集: Microsoft.SharePoint(位于 Microsoft.SharePoint.dll 中)
语法
声明
Public Shared Function IsLocalDateValid ( _
calType As SPCalendarType, _
ByRef di As SimpleDate, _
iAdvance As Integer, _
jDayCurrent As Integer _
) As Boolean
用法
Dim calType As SPCalendarType
Dim di As SimpleDate
Dim iAdvance As Integer
Dim jDayCurrent As Integer
Dim returnValue As Boolean
returnValue = SPIntlCal.IsLocalDateValid(calType, _
di, iAdvance, jDayCurrent)
public static bool IsLocalDateValid(
SPCalendarType calType,
ref SimpleDate di,
int iAdvance,
int jDayCurrent
)
参数
calType
类型:Microsoft.SharePoint.SPCalendarTypeSPCalendarType对象,该对象表示的日历的类型。
iAdvance
类型:System.Int32一个 32 位整数,表示使用阿拉伯回历日历日期提前数值。
jDayCurrent
类型:System.Int32一个 32 位整数表示当前的 Julian 日期。
返回值
类型:System.Boolean
true如果受支持的日期 ;否则为false。