SPUtility.GetExampleDateFormat method
Retorna um exemplo do formato que é usado para datas no site especificado.
Namespace: Microsoft.SharePoint.Utilities
Assembly: Microsoft.SharePoint (in Microsoft.SharePoint.dll)
Syntax
'Declaração
Public Shared Function GetExampleDateFormat ( _
web As SPWeb, _
stYearLabel As String, _
stMonthLabel As String, _
stDayLabel As String _
) As String
'Uso
Dim web As SPWeb
Dim stYearLabel As String
Dim stMonthLabel As String
Dim stDayLabel As String
Dim returnValue As String
returnValue = SPUtility.GetExampleDateFormat(web, _
stYearLabel, stMonthLabel, stDayLabel)
public static string GetExampleDateFormat(
SPWeb web,
string stYearLabel,
string stMonthLabel,
string stDayLabel
)
Parâmetros
web
Type: Microsoft.SharePoint.SPWebUm objeto Microsoft.SharePoint.SPWeb que representa o site.
stYearLabel
Type: System.StringUma cadeia de caracteres que contém um número que representa um ano de amostra.
stMonthLabel
Type: System.StringUma cadeia de caracteres que contém um número que representa um mês de amostra.
stDayLabel
Type: System.StringUma cadeia de caracteres que contém um número que representa um dia de amostra.
Valor retornado
Type: System.String
Uma string que representa o formato de data que é usado no site.