SPRelativeDateTime.GetRelativeDateString - Méthode
Retourne un datetime relatif donné l'heure en cours et une heure dans le passé.
Espace de noms : Microsoft.SharePoint.Utilities
Assembly : Microsoft.SharePoint (dans Microsoft.SharePoint.dll)
Syntaxe
'Déclaration
Public Shared Function GetRelativeDateString ( _
web As SPWeb, _
now As DateTime, _
then As DateTime _
) As String
'Utilisation
Dim web As SPWeb
Dim now As DateTime
Dim then As DateTime
Dim returnValue As String
returnValue = SPRelativeDateTime.GetRelativeDateString(web, _
now, then)
public static string GetRelativeDateString(
SPWeb web,
DateTime now,
DateTime then
)
Paramètres
- web
Type : Microsoft.SharePoint.SPWeb
now
Type : System.DateTimeL'heure actuelle.
then
Type : System.DateTimeLa dernière fois.
Valeur renvoyée
Type : System.String
Chaîne localisée qui représente le décalage relatif à l'affichage.