DatePrototype.toDateString(Object) Metoda

Definicja

Tworzy reprezentację ciągu określonego DateObject , który zawiera dzień tygodnia, miesiąc, datę i rok.

Ten interfejs API obsługuje infrastrukturę produktu i nie jest przeznaczony do użycia bezpośrednio z poziomu kodu.

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

Parametry

thisob
Object

Obiekt, na który działa ta metoda.

Zwraca

Reprezentacja ciągu .thisob

Atrybuty

Dotyczy

Zobacz też