DatePrototype.toTimeString(Object) Methode

Definitie

Hiermee maakt u een tekenreeksweergave van de opgegeven DateObject die de tijd en de tijdzone bevat.

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

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

Parameters

thisob
Object

Het object waarop deze methode handelt.

Retouren

Een tekenreeksweergave van thisob.

Kenmerken

Van toepassing op

Zie ook