DateOptions.ParseDate - Méthode
Renvoie un objet SimpleDate sous la forme d'un paramètre de sortie qui représente la chaîne de date au format spécifié.
Espace de noms : Microsoft.SharePoint.Utilities
Assembly : Microsoft.SharePoint (dans Microsoft.SharePoint.dll)
Syntaxe
'Déclaration
Public Function ParseDate ( _
inputDate As String, _
format As String, _
<OutAttribute> ByRef selectedDate As SimpleDate _
) As Boolean
'Utilisation
Dim instance As DateOptions
Dim inputDate As String
Dim format As String
Dim selectedDate As SimpleDate
Dim returnValue As Boolean
returnValue = instance.ParseDate(inputDate, _
format, selectedDate)
public bool ParseDate(
string inputDate,
string format,
out SimpleDate selectedDate
)
Paramètres
inputDate
Type : System.StringChaîne qui contient la date à analyser.
format
Type : System.StringChaîne qui contient le format de date à utiliser.
selectedDate
Type : Microsoft.SharePoint.Utilities.SimpleDateL'objet SimpleDate renvoyer sous la forme d'un paramètre de sortie.
Valeur renvoyée
Type : System.Boolean
Retourne Boolean .