DateOptions.ParseMonthDayDate 方法
返回一个SimpleDate对象作为输出参数,代表指定的日期字符串并使用当前的MonthDayPattern格式。
命名空间: Microsoft.SharePoint.Utilities
程序集: Microsoft.SharePoint(位于 Microsoft.SharePoint.dll 中)
语法
声明
Public Function ParseMonthDayDate ( _
inputDate As String, _
<OutAttribute> ByRef selectedDate As SimpleDate _
) As Boolean
用法
Dim instance As DateOptions
Dim inputDate As String
Dim selectedDate As SimpleDate
Dim returnValue As Boolean
returnValue = instance.ParseMonthDayDate(inputDate, _
selectedDate)
public bool ParseMonthDayDate(
string inputDate,
out SimpleDate selectedDate
)
参数
inputDate
类型:System.String一个字符串,包含要分析的日期。
selectedDate
类型:Microsoft.SharePoint.Utilities.SimpleDate要作为输出参数返回的SimpleDate对象。
返回值
类型:System.Boolean
返回 Boolean。