Compartir a través de


del método SPUtility.GetExampleDateFormat

Devuelve un ejemplo del formato que se usa para las fechas en el sitio especificado.

Espacio de nombres:  Microsoft.SharePoint.Utilities
Ensamblado:  Microsoft.SharePoint (en Microsoft.SharePoint.dll)

Sintaxis

'Declaración
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
    Tipo: System.String

    Una cadena que contiene un número que representa un año de ejemplo.

  • stMonthLabel
    Tipo: System.String

    Una cadena que contiene un número que representa un mes de ejemplo.

  • stDayLabel
    Tipo: System.String

    Una cadena que contiene un número que representa un día de ejemplo.

Valor devuelto

Tipo: System.String
Una cadena que representa el formato de fecha que se usa en el sitio.

Vea también

Referencia

clase SPUtility

Miembros SPUtility

Espacio de nombres Microsoft.SharePoint.Utilities