DatePrototype.toTimeString(Object) Methode

Definition

Erstellt eine Zeichenfolgendarstellung der angegebenen DateObject , die die Uhrzeit und die Zeitzone enthält.

Diese API unterstützt die Produktinfrastruktur und ist nicht für die direkte Verwendung aus Ihrem Code gedacht.

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

Parameter

thisob
Object

Das Objekt, auf das diese Methode ausgeführt wird.

Gibt zurück

Eine Zeichenfolgendarstellung von thisob.

Attribute

Gilt für:

Weitere Informationen