DateOptions.GetDayChar method (Int32, SPCalendarType)
Retorna uma representação de cadeia de caracteres do dia calendário especificado e usa o tipo de calendário especificado.
Namespace: Microsoft.SharePoint.Utilities
Assembly: Microsoft.SharePoint (in Microsoft.SharePoint.dll)
Syntax
'Declaração
Public Function GetDayChar ( _
day As Integer, _
calendartype As SPCalendarType _
) As String
'Uso
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
)
Parâmetros
day
Type: System.Int32Um inteiro de 32 bits que representa um dia do calendário.
calendartype
Type: Microsoft.SharePoint.SPCalendarTypeUm objeto SPCalendarType que representa o tipo de calendário.
Valor retornado
Type: System.String
Uma representação de cadeia de caracteres de dia do calendário.