SPRelativeDateTime.GetRelativeDateTimeJavaScriptString 方法

获取一个字符串,该字符串表示日期时间的相对价值。应将字符串解析 javascript 方法 GetRelativeDateTimeString()。

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

语法

声明
Public Shared Function GetRelativeDateTimeJavaScriptString ( _
    web As SPWeb, _
    nowUTC As DateTime, _
    localThen As DateTime, _
    bIncludeTime As Boolean _
) As String
用法
Dim web As SPWeb
Dim nowUTC As DateTime
Dim localThen As DateTime
Dim bIncludeTime As Boolean
Dim returnValue As String

returnValue = SPRelativeDateTime.GetRelativeDateTimeJavaScriptString(web, _
    nowUTC, localThen, bIncludeTime)
public static string GetRelativeDateTimeJavaScriptString(
    SPWeb web,
    DateTime nowUTC,
    DateTime localThen,
    bool bIncludeTime
)

参数

  • nowUTC
    类型:System.DateTime

    UTC,通常 DateTime.NowUTC 中的当前时间。固定值的可用于测试。

  • localThen
    类型:System.DateTime

    **[DateTime]**以获取相对字符串,在用户的本地时间。

  • bIncludeTime
    类型:System.Boolean

    如果返回值是包含一天的时间,则为 true。对于 DateOnly,则为 false。注意: 不是所有的输出值将包括全部时间。

返回值

类型:System.String
返回值是中的窗体 mode|args 模式 = 0: args 通过传递与显示文本模式的特殊情况 = 1: 标准友好相对显示模式,如"在 3 个小时"格式: 如果在以后的时间比 nowUTC 桶的字符串输出参数包含要插入桶引用的字符串的值的类型是 localThen mode|bFuture|bucket|args bFuture 是指

另请参阅

引用

SPRelativeDateTime 类

SPRelativeDateTime 成员

Microsoft.SharePoint.Utilities 命名空间