SPFieldDateTime.GetFieldValueAsHtml 方法 (DateTime, SPWeb, SPDateFormat)
基于指定的DateTime值、 网站和日期格式以呈现直接在页面上的字段值的 HTML 格式返回字段值。
命名空间: Microsoft.SharePoint
程序集: Microsoft.SharePoint(位于 Microsoft.SharePoint.dll 中)
语法
声明
Public Shared Function GetFieldValueAsHtml ( _
data As DateTime, _
web As SPWeb, _
dateformat As SPDateFormat _
) As String
用法
Dim data As DateTime
Dim web As SPWeb
Dim dateformat As SPDateFormat
Dim returnValue As String
returnValue = SPFieldDateTime.GetFieldValueAsHtml(data, _
web, dateformat)
public static string GetFieldValueAsHtml(
DateTime data,
SPWeb web,
SPDateFormat dateformat
)
参数
data
类型:System.DateTime一个代表要转换的DateTime值的System.DateTime对象。
web
类型:Microsoft.SharePoint.SPWeb代表包含的字段的网站SPWeb对象。
dateformat
类型:Microsoft.SharePoint.Utilities.SPDateFormatSPDateFormat值,该值指定的日期和时间格式。
返回值
类型:System.String
一个字符串,包含以 HTML 格式的值。