DatePrototype.toLocaleDateString(Object) Método
Definição
Cria uma representação de cadeia de caracteres do DateObject especificado que contém a data, mas não a hora.Creates a string representation of the specified DateObject that contains the date but not the time.
Esta API dá suporte à infraestrutura do produto e não deve ser usada diretamente do seu código.
public:
static System::String ^ toLocaleDateString(System::Object ^ thisob);
[Microsoft.JScript.JSFunction(Microsoft.JScript.JSFunctionAttributeEnum.HasThisObject, Microsoft.JScript.JSBuiltin.Date_toLocaleDateString)]
public static string toLocaleDateString (object thisob);
[<Microsoft.JScript.JSFunction(Microsoft.JScript.JSFunctionAttributeEnum.HasThisObject, Microsoft.JScript.JSBuiltin.Date_toLocaleDateString)>]
static member toLocaleDateString : obj -> string
Public Shared Function toLocaleDateString (thisob As Object) As String
Parâmetros
- thisob
- Object
O objeto no qual este método está atuando.The object that this method is acting upon.
Retornos
Uma representação de cadeia de caracteres de thisob.A string representation of thisob.
- Atributos