Compartilhar via


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

  • stYearLabel
    Type: System.String

    Uma cadeia de caracteres que contém um número que representa um ano de amostra.

  • stMonthLabel
    Type: System.String

    Uma cadeia de caracteres que contém um número que representa um mês de amostra.

  • stDayLabel
    Type: System.String

    Uma 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.

Ver também

Referência

SPUtility class

SPUtility members

Microsoft.SharePoint.Utilities namespace