DateOptions.GetDayChar - Méthode (Int32, SPCalendarType)
Renvoie une chaîne représentant le jour du calendrier spécifié et utilise le type de calendrier spécifié.
Espace de noms : Microsoft.SharePoint.Utilities
Assembly : Microsoft.SharePoint (dans Microsoft.SharePoint.dll)
Syntaxe
'Déclaration
Public Function GetDayChar ( _
day As Integer, _
calendartype As SPCalendarType _
) As String
'Utilisation
Dim instance As DateOptions
Dim day As Integer
Dim calendartype As SPCalendarType
Dim returnValue As String
returnValue = instance.GetDayChar(day, _
calendartype)
public string GetDayChar(
int day,
SPCalendarType calendartype
)
Paramètres
day
Type : System.Int32Entier 32 bits qui représente un jour du calendrier.
calendartype
Type : Microsoft.SharePoint.SPCalendarTypeObjet SPCalendarType qui représente le type de calendrier.
Valeur renvoyée
Type : System.String
Une chaîne représentant le jour du calendrier.