国际组织标准化 (ISO) 公历格式转换的 ISO 国际格式指定的日期。
命名空间: Microsoft.SharePoint.Utilities
程序集: Microsoft.SharePoint(位于 Microsoft.SharePoint.dll 中)
语法
声明
Public Shared Function GregorianISOToIntlISODate ( _
web As SPWeb, _
strISODate As String, _
iCalType As Integer _
) As String
用法
Dim web As SPWeb
Dim strISODate As String
Dim iCalType As Integer
Dim returnValue As String
returnValue = SPUtility.GregorianISOToIntlISODate(web, _
strISODate, iCalType)
public static string GregorianISOToIntlISODate(
SPWeb web,
string strISODate,
int iCalType
)
参数
web
类型:Microsoft.SharePoint.SPWeb一个表示该网站的Microsoft.SharePoint.SPWeb对象。
strISODate
类型:System.String一个字符串,包含要转换的 ISO 公历格式的日期。
iCalType
类型:System.Int32指定Microsoft.SharePoint.SPCalendarType值 32 位整数。
返回值
类型:System.String
一个字符串,包含 ISO 国际格式中的日期。