DateOptions.ParseMonthDayDate method
Retorna um objeto SimpleDate como um parâmetro de saída que representa a cadeia de caracteres de data especificada e usa o formato de MonthDayPattern atual.
Namespace: Microsoft.SharePoint.Utilities
Assembly: Microsoft.SharePoint (in Microsoft.SharePoint.dll)
Syntax
'Declaração
Public Function ParseMonthDayDate ( _
inputDate As String, _
<OutAttribute> ByRef selectedDate As SimpleDate _
) As Boolean
'Uso
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
)
Parâmetros
inputDate
Type: System.StringUma cadeia de caracteres que contém a data para analisar.
selectedDate
Type: Microsoft.SharePoint.Utilities.SimpleDateO objeto SimpleDate para retornar como um parâmetro de saída.
Valor retornado
Type: System.Boolean
Retorna Boolean.