DatePrototype.toDateString(Object) Methode

Definitie

Hiermee maakt u een tekenreeksweergave van de opgegeven DateObject die de dag van de week, de maand, de datum en het jaar bevat.

Deze API ondersteunt de productinfrastructuur en is niet bedoeld om rechtstreeks vanuit de code te gebruiken.

public:
 static System::String ^ toDateString(System::Object ^ thisob);
[Microsoft.JScript.JSFunction(Microsoft.JScript.JSFunctionAttributeEnum.HasThisObject, Microsoft.JScript.JSBuiltin.Date_toDateString)]
public static string toDateString(object thisob);
[<Microsoft.JScript.JSFunction(Microsoft.JScript.JSFunctionAttributeEnum.HasThisObject, Microsoft.JScript.JSBuiltin.Date_toDateString)>]
static member toDateString : obj -> string
Public Shared Function toDateString (thisob As Object) As String

Parameters

thisob
Object

Het object waarop deze methode handelt.

Retouren

Een tekenreeksweergave van thisob.

Kenmerken

Van toepassing op

Zie ook