DatePrototype.toTimeString(Object) Metod

Definition

Skapar en strängrepresentation av den angivna DateObject som innehåller tid och tidszon.

Detta API stöder produktinfrastrukturen och är inte avsett att användas direkt från koden.

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

Parametrar

thisob
Object

Det objekt som den här metoden agerar på.

Returer

En strängrepresentation av thisob.

Attribut

Gäller för

Se även